Rev 613 | Go to most recent revision | Blame | Last modification | View Log | RSS feed
/*
* 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