关于 warning: implicit declaration of function 'string_to_ref' is invalid in C99
摘要:通过 调查 发现string_to_ref 函数 是一个自定义函数 在一个 .c文件里, 并非库函数。有两种情况会产生这种警告1 没有把函数所在的c文件生成.o目标文件2 在函数所在的c文件中定义了,但是没有在与之相关联的.h文件中声明
阅读全文
posted @ 2014-05-14 11:53
浙公网安备 33010602011771号