diff options
Diffstat (limited to 'src/env.h')
| -rw-r--r-- | src/env.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h new file mode 100644 index 0000000..871a9c1 --- /dev/null +++ b/src/env.h | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | #ifndef ENV_H | ||
| 2 | #define ENV_H | ||
| 3 | |||
| 4 | #include <stdbool.h> | ||
| 5 | #include <stdio.h> | ||
| 6 | #include <stdlib.h> | ||
| 7 | #include <string.h> | ||
| 8 | #include <unistd.h> | ||
| 9 | #include <sys/stat.h> | ||
| 10 | |||
| 11 | extern char *tabledir; | ||
| 12 | |||
| 13 | void init_env(); | ||
| 14 | |||
| 15 | #endif | ||
