HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
Typedefs
b
c
d
f
g
i
l
m
n
o
p
r
s
t
u
w
Enumerations
Enumerator
a
c
e
f
g
i
n
p
r
s
t
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
lif
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
Generated on Wed Apr 13 2022 21:56:48 for HP85 GPIB Disk Emulator by
1.8.17