summaryrefslogtreecommitdiffstats
path: root/project.h
blob: 9492bac92c2b67d3bf08fece184f48d5819e851e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <stdio.h>
#include <stdint.h>
#include <inttypes.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include <string.h>
#include <strings.h>


#include "time_fn.h"

#include "prototypes.h"