#include <string.h> #include <stdio.h> void demo(const char* lhs, const char* rhs) { int rc = strcmp(lhs, rhs); if(rc == 0) printf("[%s] ...
確定! 回上一頁