home *** CD-ROM | disk | FTP | other *** search
- /*
- CPPTask - A Multitasking Kernel For C++
-
- CONOUT.HPP - definitions for buffered console I/O
-
- Version 1.0 08-12-91
-
- Ported by Rich Smith from:
-
- Public Domain Software written by
- Thomas Wagner
- Patschkauer Weg 31
- D-1000 Berlin 33
- West Germany
- */
-
- extern void init_conout(void);
- extern void end_conout(void);
- extern int tprintf(char *format, char *argptr);
- extern int tputs(char *buf);
- extern int tputch(int ch);
-