测试环境:freebsd
补上urldecode


调试一直这个错误
conflicting types
错误:
test.c:22: error: conflicting types for 'urlencode'
test.c:18: error: previous implicit declaration of 'urlencode' was here


原来是因为没有先做函数声明,而函数位于main()之后。
在main函数前声明了函数原型后,一切ok.

Posted on 2006-07-19 15:21  古代  阅读(977)  评论(0编辑  收藏  举报