Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.2-rc6 9 lines 225 B view raw
1#define EOF (-1) 2 3#define printf xmon_printf 4#define putchar xmon_putchar 5 6extern int xmon_putchar(int c); 7extern void xmon_puts(const char *); 8extern char *xmon_gets(char *, int); 9extern void xmon_printf(const char *, ...);