Stima V4 Slave RAIN
4.2
|
#include <stdio.h>
#include <stdarg.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
Go to the source code of this file.
Functions | |
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) |
void | _exit (int status) |
void | _kill (int pid, int sig) |
int | _getpid (void) |
int | _write (int file, char *ptr, int len) |
int | _read (int file, char *ptr, int len) |
int | AllowPLLInitByStartup (void) |
Variables | |
int | errno |
caddr_t | _end |
caddr_t | _max_heap |
int _close | ( | int | file | ) |
Definition at line 50 of file syscalls.c.
void _exit | ( | int | status | ) |
Definition at line 71 of file syscalls.c.
int _fstat | ( | int | file, |
struct stat * | st | ||
) |
Definition at line 55 of file syscalls.c.
int _getpid | ( | void | ) |
Definition at line 81 of file syscalls.c.
int _isatty | ( | int | file | ) |
Definition at line 61 of file syscalls.c.
void _kill | ( | int | pid, |
int | sig | ||
) |
Definition at line 76 of file syscalls.c.
int _lseek | ( | int | file, |
int | ptr, | ||
int | dir | ||
) |
Definition at line 66 of file syscalls.c.
int _read | ( | int | file, |
char * | ptr, | ||
int | len | ||
) |
Definition at line 40 of file syscalls.c.
int _write | ( | int | file, |
char * | ptr, | ||
int | len | ||
) |
Definition at line 22 of file syscalls.c.
int AllowPLLInitByStartup | ( | void | ) |
Definition at line 86 of file syscalls.c.
int link | ( | char * | old, |
char * | new | ||
) |
Definition at line 45 of file syscalls.c.
|
extern |
|
extern |
|
extern |