aboutsummaryrefslogtreecommitdiff
path: root/rpt.c
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@bordeaux-inp.fr>2023-10-19 21:16:44 +0200
committerTristan Riehs <tristan.riehs@bordeaux-inp.fr>2023-10-19 21:16:44 +0200
commit9ac1b23f334b4d0284e903b8ee83b296c8caffb9 (patch)
tree1836f0ee0d7484fc0ff9f4846d04f7524f199c09 /rpt.c
parent0cc35b207df562084f2351a1edd8723acbbc5477 (diff)
tmp file name defined
Diffstat (limited to 'rpt.c')
-rw-r--r--rpt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpt.c b/rpt.c
index 5d013d1..c515704 100644
--- a/rpt.c
+++ b/rpt.c
@@ -8,6 +8,7 @@
#include <unistd.h>
#define VERSION "1.0.0"
+#define TMPFILE "/tmp/repeat-tmp"
void
print_usage(FILE *output)