str(1): perror(2) -> perror(3)

This commit is contained in:
Emma Tebibyte 2024-08-10 19:08:15 -06:00
parent 6c558654f3
commit ea2efdf5b9
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -19,7 +19,7 @@
#include <ctype.h>
#include <stddef.h> /* NULL */
#include <stdio.h> /* fprintf(3), perror(2) */
#include <stdio.h> /* fprintf(3), perror(3) */
#include <stdlib.h> /* size_t, EXIT_FAILURE */
#include <string.h> /* strcmp(3) */
#include <sysexits.h> /* EX_OSERR, EX_USAGE */