| #include <stdio.h> | |
| int fputs(const char *restrict str, FILE *restrict fp); | |
| int puts(const char *str); | |
| /* Both return: non-negative value if OK, EOF on error */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment