diff options
author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2023-10-19 21:16:44 +0200 |
---|---|---|
committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2023-10-19 21:16:44 +0200 |
commit | 9ac1b23f334b4d0284e903b8ee83b296c8caffb9 (patch) | |
tree | 1836f0ee0d7484fc0ff9f4846d04f7524f199c09 | |
parent | 0cc35b207df562084f2351a1edd8723acbbc5477 (diff) |
tmp file name defined
-rw-r--r-- | rpt.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ #include <unistd.h> #define VERSION "1.0.0" +#define TMPFILE "/tmp/repeat-tmp" void print_usage(FILE *output) |