Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
~8K People Reached
Favorite Forums
Favorite Tags
1 Posted Topic
Re: [quote=Narue]>i'd just write a new function and get it over with That's one way to go about it, but since fgets is already there and is presumably written with performance in mind, it's smarter to make use of it: [code] char *reads ( char *s, size_t limit, FILE *stream ) … |