hos/kernel/kio.h

18 lines
242 B
C

//kio.h
// Author: Josh Holtrop
// Created: 12/25/03
// Modified: 12/25/03
#include "hos_defines.h"
#ifndef __HOS_KIO__
#define __HOS_KIO__ __HOS_KIO__
void printf(char *fmt, ...);
void putc(dword chr);
int putHex(dword number);
#endif