Re: another simple C question please...
Re: another simple C question please...
- Subject: Re: another simple C question please...
- From: David Thorp <email@hidden>
- Date: Sat, 30 Aug 2003 00:44:43 +1000
Hi Rustam,
I am not sure this is exactly what you need, but how about using
function
ungetc?
int ungetc( int c, FILE *f );
This function could put at least one character back to the file stream.
Thanks for your reply. This might be what I'm looking for, though I'm
not sure what you mean by "put a character back to the file stream".
Can you elaborate as to what that means please?
Cheers!
David.
_______________________________________________
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.