summaryrefslogtreecommitdiffstats
path: root/lib/common.h
blob: 2ffbc9bf7feeec04cb48eca612296d8af053e0f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef COMMON_H
#define COMMON_H

#define _GNU_SOURCE

#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>

#define COMMON_CONST 1

#endif // COMMON_H