Re: # flag used with printf warning
Re: # flag used with printf warning
- Subject: Re: # flag used with printf warning
- From: Paul Russell <email@hidden>
- Date: Wed, 28 Apr 2004 13:48:29 -0700
On Apr 27, 2004, at 11:01 AM, Chris Espinosa wrote:
The portable way to printf a Pascal string is
printf("%*s\n", pstring[0], &pstring[1]);
While we're on this subject, is there a portable way to printf long
longs ?
It seems that some compilers/libraries use %lld while others use %Ld.
Paul
_______________________________________________
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.