Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
Difference between C89 and C99?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Keith Thompson, post: 2413254"] % uname -srmp SunOS 5.9 sun4u sparc % gcc --version | head -1 gcc (GCC) 4.0.0 % cat tmp.c #include <stdint.h> int main(void) { intmax_t n; return 0; } % gcc tmp.c tmp.c:1:20: error: stdint.h: No such file or directory tmp.c: In function 'main': tmp.c:4: error: 'intmax_t' undeclared (first use in this function) tmp.c:4: error: (Each undeclared identifier is reported only once tmp.c:4: error: for each function it appears in.) tmp.c:4: error: parse error before 'n' % find /usr/include -name '*stdint*' % [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Difference between C89 and C99?
Top