|
One thing I haven't resolved yet is that when using fgets, and the line cannot be put into buffer, then I increase the buffer size, but I want to re-get the line, but fgets has already gotten it out of the stream. How would I read the line from the beginning again? Is there a unfgets like an ungetc? :p
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for."
-- Socrates
|