随笔分类 -  Code For Linux

Source code for Linux
摘要:原文链接:http://www.cnblogs.com/nwf5d/archive/2011/06/03/2071247.html#ifdef HAVE_CONFIG_H #include <config.h> #endif #include <stdio.h> #include <stdlib.h> #include <sys/time.h> int main(int argc, char *argv[]) { printf("Hello, world!\n"); struct timeval tvafter,tvpre; 阅读全文
posted @ 2012-12-18 14:11 度娘818 阅读(974) 评论(0) 推荐(0)