PCC-02305:illegal mixing of new and old style C function declarations
错误码
错误描述:illegal mixing of new and old style C function declarations
错误原因:All C functions using either the traditional style (K&R style) function declarations or the new (ANSI) style must be declared; the two styles cannot be mixed.
解决方法:Adopt a consist declaration style for functions.
向认证技术专家提问
向技术专家提问


