#include "usg_common.h" #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); }