摘要:
#include <stdio.h>int main(){ printf("file:%s\n", __FILE__); printf("date:%s\n", __DATE__); printf("time:%s\n", __TIME__); printf("line:%d\n", __LINE__); printf("function:%s\n", __FUNCTION__); printf("func:%s\n", __func__); return 0;} 阅读全文
posted @ 2012-11-04 23:01
wouldguan
阅读(119)
评论(0)
推荐(0)
浙公网安备 33010602011771号