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