routix.h

Go to the documentation of this file.
00001 /* routix.h */
00002 
00003 typedef unsigned char byte;
00004 typedef unsigned short word;
00005 typedef unsigned long dword;
00006 typedef unsigned long long qword;
00007 
00008 typedef dword addr_t;
00009 typedef unsigned int size_t;
00010 
00011 void gets (char *str);
00012 void voido (void);
00013 int putchar (char car);
00014 void puts(char *str);
00015 void printf ( char *string, ...);
00016 void sprintf ( char *string, ...);
00017 void sputchar (char car);
00018 size_t strlen(const char *s);
00019 
00020 int sleep(int);
00021 

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