C error conflicting types

Posted by ambika on Stack Overflow See other posts from Stack Overflow or by ambika
Published on 2010-03-24T05:23:36Z Indexed on 2010/03/24 5:33 UTC
Read the original article Hit count: 347

Filed under:
|

i have following error

error : conflicting types for 'sprintf'
error : conflicting types for 'vsprintf'
error : conflicting types for 'vprintf'
error : conflicting types for 'select'

in my header file, the code is

extern char *sprintf(char*,const char*,... )

© Stack Overflow or respective owner

Related posts about c

    Related posts about error