Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 613 → Rev 614

/pkg/trunk/kprintf.h
0,0 → 1,11
/*
* The following is a macro-like function that uses kitten instead
* of directly doing printf.
*/
 
#ifndef kprintf_sentinel
#define kprintf_sentinel
 
void kitten_printf(short x, short y, ...);
 
#endif