Re: format specifiers
Re: format specifiers
- Subject: Re: format specifiers
- From: Stefan Wiesendanger <email@hidden>
- Date: Mon, 4 Aug 2003 17:26:57 +0200
It's actually man 3 printf in a terminal window or printf(3) in
Xcode...
man printf will bring up the man page for section 1, that's the command
line utility printf, while section 3 is the C library function
printf....
(yes there's a utility called printf... just type printf in a terminal
info to try...)
Doesn't make any difference for the format specifiers I think, but...
;-)
On Montag, August 4, 2003, at 04:45 PM, M. Uli Kusterer wrote:
At 10:42 Uhr +0100 04.08.2003, email@hidden wrote:
At a terminal window type:
man printf
Actually,
you can do it without the Terminal. In Project Builder (or xCode)
choose "Open Manual Page" from the "Help" menu, then type in "printf".
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.