aboutsummaryrefslogtreecommitdiff
path: root/src/env.h
blob: a49d64306b128d3e1c22c0091842de1bb5ba86de (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>

void init_env();

extern char *tabledir;

#endif

Generated with cgit - Back to sebastiano.tronto.net