blob: b4b102de50cc263daa8e8ea74556dd7ee7a03342 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#include <sys/dg_c_generics.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <time.h>
#include <ctype.h>
#include <stdio.h>
#define NO_STDARG 1
|