Re: inttypes.h equiv?
Re: inttypes.h equiv?
- Subject: Re: inttypes.h equiv?
- From: Markus Hitter <email@hidden>
- Date: Tue, 2 Mar 2004 00:14:41 +0100
Am 01.03.2004 um 21:11 schrieb Ken Hawkins:
what is the equivalent file on OSX? sorry showing my newness again..
As a general rule if such things happen:
1) comment out the #include
2) (try to) compile
3) look wether there are missing declarations and wether you really
need them.
4) find the really missing declarations in /usr/include (grep -r ...)
This is how I solve such things.
Have fun,
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.