Subversion Repositories SvarDOS

Rev

Rev 613 | Blame | Compare with Previous | 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