- 論壇徽章:
- 0
|
嗨,終于行了,謝謝樓上.
BTW:為什么我用
#include <iconv.h> 報沒有此文件
或者#include <sys/iconv.h> 則是報
- In file included from main.c:3:
- /usr/include/sys/iconv.h:94: error: syntax error before '*' token
- main.c: In function `main':
- main.c:16: error: syntax error before "c_pt"
- main.c:36: error: `iconv_t' undeclared (first use in this function)
- main.c:36: error: (Each undeclared identifier is reported only once
- main.c:36: error: for each function it appears in.)
- main.c:36: error: `c_pt' undeclared (first use in this function)
復(fù)制代碼 |
|