Rev 8161 | Rev 8195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8161 | Rev 8185 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | */ |
16 | */ |
17 | 17 | ||
18 | #ifndef SYMTEXT_H |
18 | #ifndef SYMTEXT_H |
19 | #define SYMTEXT_H 1 |
19 | #define SYMTEXT_H 1 |
20 | 20 | ||
21 | #include <stdio.h> |
- | |
22 | #include <stdlib.h> |
- | |
23 | #include <stdarg.h> |
- | |
24 | #include <ctype.h> |
- | |
25 | #include <unistd.h> |
- | |
26 | #include <math.h> |
- | |
27 | #include <string.h> |
- | |
28 | #include <sys/stat.h> |
- | |
29 | #include <sys/types.h> |
- | |
30 | #include <fcntl.h> |
- | |
31 | #include <errno.h> |
- | |
32 | #include <signal.h> |
- | |
33 | #include <time.h> |
21 | #include <time.h> |
34 | 22 | ||
- | 23 | #include "../../includes.h" |
|
35 | #include "../../Lib/libwims.h" |
24 | #include "../../Lib/libwims.h" |
36 | 25 | ||
37 | /* Maximum of blocks. Limited to sizeof(short). */ |
26 | /* Maximum of blocks. Limited to sizeof(short). */ |
38 | #define MAX_BLOCKS 8192 |
27 | #define MAX_BLOCKS 8192 |
39 | /* Maximum of pools. Limited to sizeof(short). */ |
28 | /* Maximum of pools. Limited to sizeof(short). */ |