C 关键字 - typedef
摘要:
转载地址:http://fouri.iteye.com/blog/483974如某个程序的开头有以下几条语句:#include "apue.h"#include <dirent.h>#include <limits.h>/* function type that is called for each filename */typedef int Myfunc(const char *, const struct stat *, int);static Myfunc myfunc;static int myftw(char *, Myfunc *);s 阅读全文
posted @ 2011-12-08 16:24
s7vens
阅读(324)
评论(0)
推荐(0)
浙公网安备 33010602011771号