Custom-OS-Kernel / phase3 / resources / testers / h / print.h
print.h
Raw
#ifndef PRINTIT
#define PRINTIT

/************************** PRINT.H ******************************
*
*  Written by Mikeyg
*/

extern void print (int device, char *str);

/***************************************************************/

#endif