aboutsummaryrefslogtreecommitdiff
path: root/src/env.h
blob: 97df1196f757807e3f578b6dfe6a78719451235a (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(void);

#endif

Generated with cgit - Back to sebastiano.tronto.net