Download > Manual Download > C function quick reference manual (CHM version)
C Function Quick Reference Manual (CHM version), welcome to download!
The C Function Quick Reference Manual (CHM version) provides all knowledge related to C functions. You can learn about the function by querying the function.
For example:
Function name: abs; function: find the absolute value of an integer; usage: int abs(int i).
Function name: absread, abswirte; function: absolute disk sector reading and writing data; usage: int absread(int drive, int nsects, int sectno, void *buffer); int abswrite(int drive, int nsects, in tsectno, void *buffer).
Function name: access; function: determine file access permissions; usage: int access(const char *filename, int amode), etc.
Related manuals:
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn