#include <stdio.h> #include <semver.h> char current[] = "1.5.10"; char compare[] = "2.3.0"; int main(int argc, char *argv[]) { semver_t ...
確定! 回上一頁