C函数速查手册(CHM版),欢迎下载!
	
 
	例如:
	函数名: abs;功能: 求整数的绝对值;用法: int abs(int i)。
	函数名: absread, abswirte;功能: 绝对磁盘扇区读、写数据;用法: int absread(int drive, 
int nsects, int sectno, void *buffer); int abswrite(int drive, int nsects, 
in tsectno, void *buffer)。
	函数名: access;功能: 确定文件的访问权限;用法: int access(const char *filename, int 
amode),等等。
	相关手册:
	1.
	2.
                                    
                                    
                                        
                                            1