0 Members and 2 Guests are viewing this topic.
char *fgets(char *s, int size, FILE *stream){ *s = '\0'; return s;}