kstdio.h

Go to the documentation of this file.
00001 
00004 #include <sys/types.h>
00005 
00006 int putchar ( int );
00007 int puts ( const char *);
00008 byte *nextpos ( byte *);
00009 void clrscr (void);
00010 void scroll_up ( void );
00011 unsigned char *gotoxy ( int , int );
00012 char getascii_v ( char );       // Getascii para video
00013 char *gets(char *s);
00014 void printn( unsigned int num, int base);
00015 int atoi(const char *str);
00016 
00017 unsigned char inportb (word puerto);
00018 void outportb (word puerto, unsigned char dato);
00019 unsigned char inportb_p (word puerto);
00020 void outportb_p (word puerto, unsigned char dato);
00021 
00022 inline unsigned int get_vector_elements (char **p);

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