dj(1), intcmp(1), mm(1), npc(1), scrut(1), strcmp(1): changes to use and modify program_name

This commit is contained in:
2024-07-24 19:37:07 -06:00
parent 0282b60e65
commit 2fe3aa894c
6 changed files with 28 additions and 30 deletions

View File

@@ -20,7 +20,7 @@
#include <stdio.h> /* fprintf(3), stderr */
#include <sysexits.h> /* EX_OK, EX_USAGE */
static char *program_name = "strcmp";
char *program_name = "strcmp";
int main(int argc, char *argv[]) {
int i;