Structural commands
Main Page
Files
File List
File Members
structcmd.h
Go to the documentation of this file.
1
51
#define MAX(a,b) (((a)>(b))?(a):(b))
52
typedef
unsigned
int
UINT32
;
53
int
errno
;
54
int
open
(
const
char
*,
int
);
55
int
close
(
int
);
56
size_t
write
(
int
,
const
char
*,
size_t
);
57
int
read
(
int
,
char
*,
size_t
);
Generated by
1.8.1.2