strcmp(1): note used sysexit
This commit is contained in:
parent
8d743dab7a
commit
5caefbb465
@ -18,7 +18,7 @@
|
||||
|
||||
#include <stdio.h> /* fprintf(3), stderr */
|
||||
#include <stdlib.h> /* EXIT_FAILURE */
|
||||
#include <sysexits.h>
|
||||
#include <sysexits.h> /* EX_USAGE */
|
||||
|
||||
static char *program_name = "strcmp";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user