Subversion Repositories SvarDOS

Rev

Rev 269 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
222 mateuszvis 1
/*
2
 * The following is a macro-like function that uses kitten instead
3
 * of directly doing printf.
4
 */
5
 
6
#ifndef kprintf_sentinel
7
#define kprintf_sentinel
8
 
613 mateuszvis 9
void kitten_printf(short x, short y, ...);
222 mateuszvis 10
 
11
#endif