c标准库
                            
                            
                            http://www.acm.uiuc.edu/webmonkeys/book/c_guide/
c庫與系統(tǒng)調(diào)用的關(guān)系:(鏈接裝載庫p388)
linux下使用的c標(biāo)準(zhǔn)庫是glibc(鏈接裝載庫p342)
C89 15個 頭文件
? <assert.h> <locale.h> <stddef.h>
? <ctype.h> <math.h> <stdio.h>
? <errno.h> <setjmp.h> <stdlib.h>
? <float.h> <signal.h> <string.h>
? <limits.h> <stdarg.h> <time.h>
(c語言程序設(shè)計p371)
 
                        
                        
                        c庫與系統(tǒng)調(diào)用的關(guān)系:(鏈接裝載庫p388)
linux下使用的c標(biāo)準(zhǔn)庫是glibc(鏈接裝載庫p342)
C89 15個 頭文件
? <assert.h> <locale.h> <stddef.h>
? <ctype.h> <math.h> <stdio.h>
? <errno.h> <setjmp.h> <stdlib.h>
? <float.h> <signal.h> <string.h>
? <limits.h> <stdarg.h> <time.h>
(c語言程序設(shè)計p371)
轉(zhuǎn)載于:https://www.cnblogs.com/-song/archive/2012/09/26/3331847.html
總結(jié)
 
                            
                        - 上一篇: robot wireless commu
- 下一篇: linux c 系统调用
