diff options
Diffstat (limited to 'src/wc.c')
-rw-r--r-- | src/wc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ #include "long-options.h" #include "safe-read.h" +/* The official name of this program (e.g., no `g' prefix). */ +#define PROGRAM_NAME "wc" + /* Size of atomic reads. */ #define BUFFER_SIZE (16 * 1024) |