E:/Projects/AvrLib/include/io.h File Reference

This graph shows which files directly or indirectly include this file:

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

int _close ( int  fd  ) 

Definition at line 9 of file close.c.

Referenced by fclose().

long _filelength ( int  fd  ) 

Definition at line 9 of file filelength.c.

Referenced by kbhit().

int _get ( int  fd  ) 

Definition at line 9 of file get.c.

int _ioctl ( int  fd,
int  cmd,
void *  data 
)

Definition at line 9 of file ioctl.c.

int _open ( const char *  name,
int  mode 
)

Definition at line 9 of file open.c.

Referenced by fopen(), freopen(), and MMCTask().

int _put ( int  c,
int  fd 
)

Definition at line 9 of file put.c.

int _read ( int  fd,
void *  buffer,
unsigned int  count 
)

Definition at line 9 of file read.c.

Referenced by fgetc(), fpurge(), fread(), vfscanf(), and vfscanf_P().

int _seek ( int  fd,
long  offset,
int  origin 
)

Definition at line 9 of file seek.c.

Referenced by fseek().

long _tell ( int  fd  ) 

Definition at line 9 of file tell.c.

Referenced by ftell().

int _write ( int  fd,
const void *  data,
unsigned int  count 
)

Definition at line 9 of file write.c.

Referenced by fflush(), fputc(), fputs(), fwrite(), HexDump(), MMCTask(), SecDump(), vfprintf(), and vfprintf_P().


Generated on Sun Aug 31 13:30:29 2008 for FrankenRTOS by  doxygen 1.5.6