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 v2.6.17-rc2 10 lines 250 B view raw
1#ifndef _PPC_BOOT_STDIO_H_ 2#define _PPC_BOOT_STDIO_H_ 3 4extern int printf(const char *fmt, ...); 5 6extern int sprintf(char *buf, const char *fmt, ...); 7 8extern int vsprintf(char *buf, const char *fmt, va_list args); 9 10#endif /* _PPC_BOOT_STDIO_H_ */