日期:2014-05-16 浏览次数:20697 次
#include <stdio.h> #include <time.h> struct A { struct timeval start; }; int main(int argc, char **argv) { printf("hello world\n"); return 0; }