Go to the documentation of this file.
   32 #include <sys/times.h> 
   41 register char * stack_ptr 
asm(
"sp");
 
   43 char *__env[1] = { 0 };
 
   73  for (DataIdx = 0; DataIdx < len; DataIdx++)
 
   85  for (DataIdx = 0; DataIdx < len; DataIdx++)
 
   98 int _fstat(
int file, 
struct stat *st)
 
  100  st->st_mode = S_IFCHR;
 
  114 int _open(
char *path, 
int flags, ...)
 
  137 int _stat(
char *file, 
struct stat *st)
 
  139  st->st_mode = S_IFCHR;
 
  
int __io_putchar(int ch) __attribute__((weak))
 
int _open(char *path, int flags,...)
 
int _kill(int pid, int sig)
 
int _times(struct tms *buf)
 
int _link(char *old, char *new)
 
int _execve(char *name, char **argv, char **env)
 
int _write(int file, char *ptr, int len)
 
int _read(int file, char *ptr, int len)
 
void initialise_monitor_handles()
 
int _stat(char *file, struct stat *st)
 
int _fstat(int file, struct stat *st)
 
int _lseek(int file, int ptr, int dir)