Subversion Repositories SvarDOS

Rev

Rev 269 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 269 Rev 613
Line 4... Line 4...
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, char *fmt, ...);
9
void kitten_printf(short x, short y, ...);
10
void kitten_puts(short x, short y, char *fmt);
-
 
11
 
10
 
12
#endif
11
#endif