#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#include <sys/stat.h>
Go to the source code of this file.
Functions |
caddr_t | _sbrk (int incr) |
int | link (char *old, char *new) |
int | _close (int file) |
int | _fstat (int file, struct stat *st) |
int | _isatty (int file) |
int | _lseek (int file, int ptr, int dir) |
int | _read (int file, char *ptr, int len) |
int | _write (int file, char *ptr, int len) |
Detailed Description
Implementation of newlib syscall.
Definition in file syscalls.h.