1
0

be light. save a line

This commit is contained in:
dtb 2023-08-11 17:44:56 -04:00
parent a6f6736d12
commit 4393dcac21

View File

@ -1,5 +1,4 @@
#include <stdio.h> /* fprintf(3) */
#include <stdlib.h> /* stderr, stdin, stdout */
#include <stdio.h> /* fprintf(3), stderr */
#include <sysexits.h> /* EX_USAGE */
static char *program_name = "streq";