summaryrefslogtreecommitdiff
path: root/prb.h
blob: f09df2d9dcd65d378f3d5f9425db7e39d8d6c51e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef PRB_H
#define PRB_H

#include <string.h>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdarg.h>
#include <unistd.h>

#include "prb_macros.h"
#include "prb_types.h"

#include "prb_math.h"
#include "prb_math.c"

#include "prb_arena.h"
#include "prb_arena.c"

#include "prb_string.h"
#include "prb_string.c"

#include "prb_sys.h"
#include "prb_sys.c"

#endif /* PRB_H */