HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
user_config.h
Go to the documentation of this file.
1 #ifdef LIF_STAND_ALONE
2 
3 #include <stdio.h>
4 #include <stdlib.h>
5 #include <inttypes.h>
6 #include <stdint.h>
7 #include <string.h>
8 #include <strings.h>
9 #include <sys/stat.h>
10 #include <time.h>
11 #include <libgen.h>
12 #include <sys/types.h>
13 #include <utime.h>
14 
15 #define MEMSPACE
16 #define WEAK_ATR
17 typedef struct tm tm_t;
18 #define safecalloc(a,b) calloc(a,b)
19 #define safefree(a) free(a)
20 #define sync()
21 
22 #include "../lib/parsing.h"
23 #include "../gpib/vector.h"
24 #include "../gpib/drives_sup.h"
25 #include "../gpib/debug.h"
26 #endif
time.h
Common Linux/POSIX time functions.
tm
POSIX struct tm.
Definition: time.h:40