syscalls.h

Go to the documentation of this file.
00001 /* SysCalls.h */
00002 /*
00003 */
00004 /*
00005 // Funciones de libreria
00006 int sys_putc (char);
00007 
00008 // Grupo Console
00009 int sys_gets (char *str);
00010 int sys_print (void *buff, size_t largo);
00011 
00012 // Grupo process
00013 int sys_void (void);
00014 int sys_exec (char *nombre);
00015 void sys_show(int);
00016 
00017 // Grupo Timer
00018 int sys_sleep(int segundos);
00019 int sys_usleep(int usegundos);
00020 int sys_proc_dump(int segundos);
00021 int sys_kill(int pid, int sig);
00022 
00023 // Grupo Misc
00024 int setvar (char *nombre, int valor);
00025 int getvar (char *nombre);
00026 */

Generated on Sun May 30 18:38:35 2004 for Routix OS by doxygen 1.3.6