Subversion Repositories SvarDOS

Rev

Rev 613 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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