|
发表于 2004-7-22 10:41:11
|
显示全部楼层
这种问题就算没有学过C,也该会自己看gcc的info吧。
`-Wmain'
Warn if the type of `main' is suspicious. `main' should be a
function with external linkage, returning int, taking either zero
arguments, two, or three arguments of appropriate types. |
|