摘要:
标准头文件包括: <asset.h> <ctype.h> <errno.h> <float.h> <limits.h> <locale.h> <math.h> <setjmp.h> <signal.h> <stdarg.h> <stddef.h> <stdlib.h> <stdio.h> <stri 阅读全文
posted @ 2018-01-19 16:34
JhonnyK
阅读(616)
评论(0)
推荐(0)
摘要:
#ifndef, #define, #endif 作用 #ifndef 它是if not define 的简写,是宏定义的一种,实际上确切的说,这应该是预处理功能三种(宏定义、文件包含、条件编译)中的一种 条件编译。 在c语言中,对同一个变量或者函数进行多次声明是不会报错的。所以如果h文件里只是进行 阅读全文
posted @ 2018-01-19 16:10
JhonnyK
阅读(9593)
评论(0)
推荐(2)

浙公网安备 33010602011771号