This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin c compiler and c99


Your result is right but I get

$ gcc -O -Wall -pedantic -std=c99 testC.c
testC.c: In function 'main':
testC.c:15: error: 'bool' undeclared (first use in this function)
testC.c:15: error: (Each undeclared identifier is reported only once
testC.c:15: error: for each function it appears in.)
testC.c:15: error: expected ';' before 'f'
testC.c:17: error: 'f' undeclared (first use in this function)


-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]