-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
You want a function that essentially does what fgets() does but you don't want to use fgets()?
Lines 237 to 244 in b50c7e0
| char *fcurl_fgets(char *ptr, size_t size, struct fcurl_handle *file) | |
| { | |
| size_t want = size - 1;/* always need to leave room for zero termination */ | |
| /* add code */ | |
| return ptr;/*success */ | |
| } |
I may be able to work on this but I'm not clear yet on the goal.
Metadata
Metadata
Assignees
Labels
No labels