C warning conflicting types

Posted by ambika on Stack Overflow See other posts from Stack Overflow or by ambika
Published on 2010-03-12T07:59:53Z Indexed on 2010/03/12 8:07 UTC
Read the original article Hit count: 201

Filed under:
|

my code is

void doc(){
          //mycode                
            return;
           }

my warning is

conflicting types for 'doc'

can anybody solve it.

© Stack Overflow or respective owner

Related posts about c

    Related posts about warnings