aboutsummaryrefslogtreecommitdiff
path: root/src/env.h
blob: 871a9c1f4de13416b3f4445313c999f680442fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef ENV_H
#define ENV_H

#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>

extern char *tabledir;

void init_env();

#endif

Generated with cgit - Back to sebastiano.tronto.net