test/test.c @@ -2,4 +2,10 @@ #include "usg_typedef.h" int main() { char buf[1024]; sprintf(buf, "%s\n", (char*)"" ); printf(buf); int d = strcmp(trim("", 0), ""); printf("%d\n", d); }