Toggle navigation
/
Symbol
File
Text
Line
Symbol: puts
function
Declared as a prototype...
arch/x86/boot/boot.h:314:1-314:23
: void puts(const char *);
/usr/include/stdio.h:661:1-661:33
: extern int puts (const char *__s);
Defined...
arch/x86/boot/tty.c:61:1-65:1
: void __section(".inittext") puts(const char *str)