routix.h

Go to the documentation of this file.
00001 
00004 #ifndef _ROUTIX
00005 #define _ROUTIX
00006 
00007 #ifndef __ROUTIX_TYPES
00008 #include <sys/types.h>
00009 #endif
00010 
00011 /*
00012 typedef unsigned char byte;
00013 typedef unsigned short word;
00014 typedef unsigned long dword;
00015 typedef unsigned long long qword;
00016 
00017 typedef int pid_t;
00018 
00019 typedef dword addr_t;
00020 typedef unsigned int size_t;
00021 */
00022 //void gets (char *str);
00023 void voido (void);
00024 //int putchar (char car);
00025 //void puts(char *str);
00026 void printf ( char *string, ...);
00027 int sprintf(char *str, const char *string, ...);
00028 void sputchar (char car);
00029 size_t strlen(const char *s);
00030 
00031 pid_t getpid();
00032 pid_t getppid();
00033 
00034 int sleep(int);
00035 int proc_dump(void);
00036 #endif

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