16 lines
238 B
C
16 lines
238 B
C
//kio.h
|
|
// Author: Josh Holtrop
|
|
// Created: 12/25/03
|
|
// Modified: 12/25/03
|
|
|
|
|
|
|
|
void printf(char *fmt, ...);
|
|
void putc(dword chr);
|
|
int putHex(dword number);
|
|
|
|
|
|
dword cursorPosition = 0; //Caches the current cursor position
|
|
|
|
|