[LinksOS CVS Commit]linksos/hal/prototypes kstdio.h,NONE,1.1
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-03 20:27:48
|
Update of /cvsroot/linksos/linksos/hal/prototypes In directory router-internal.tossell.net:/tmp/cvs-serv16849 Added Files: kstdio.h Log Message: Title: kstdio.h Changes: added header and removed the DOORS reference in the header guard. Effects: global header for kernel stdio a=kennyt --- NEW FILE: kstdio.h --- /****************************************************************************\ ** filename: kstdio.h ** ** creation date: 11/29/2002, 0103 MST ** ** author: Charles Banas ** ** version: 0.01 ** ****************************************************************************** ** revision history: ** ** 11/29/2002 - 0103 MST - Charles ** ** added kprintf(). let's see if this baby links, eh. ** \****************************************************************************/ #ifndef __KSTDIO_H__ #define __KSTDIO_H__ void kprintf(char* text); #endif /* __KSTDIO_H__ */ |