E:/Projects/AvrLib/include/llio.h File Reference
Go to the source code of this file.
|
Functions |
int | _close (int fd) |
long | _filelength (int fd) |
int | _ioctl (int fd, int cmd, void *data) |
int | _open (const char *name, int mode) |
int | _read (int fd, void *buffer, unsigned int count) |
int | _seek (int fd, long offset, int origin) |
long | _tell (int fd) |
int | _write (int fd, const void *data, unsigned int count) |
int | _get (int fd) |
int | _put (int c, int fd) |
Function Documentation
long _filelength |
( |
int |
fd |
) |
|
int _ioctl |
( |
int |
fd, |
|
|
int |
cmd, |
|
|
void * |
data | |
|
) |
| | |
int _open |
( |
const char * |
name, |
|
|
int |
mode | |
|
) |
| | |
int _put |
( |
int |
c, |
|
|
int |
fd | |
|
) |
| | |
int _read |
( |
int |
fd, |
|
|
void * |
buffer, |
|
|
unsigned int |
count | |
|
) |
| | |
int _seek |
( |
int |
fd, |
|
|
long |
offset, |
|
|
int |
origin | |
|
) |
| | |
Definition at line 9 of file seek.c.
Definition at line 9 of file tell.c.
int _write |
( |
int |
fd, |
|
|
const void * |
data, |
|
|
unsigned int |
count | |
|
) |
| | |