Linux Kernel
3.7.1
|
#include "boot.h"
Go to the source code of this file.
Macros | |
#define | ZEROPAD 1 /* pad with zero */ |
#define | SIGN 2 /* unsigned/signed long */ |
#define | PLUS 4 /* show plus */ |
#define | SPACE 8 /* space if plus */ |
#define | LEFT 16 /* left justified */ |
#define | SMALL 32 /* Must be 32 == 0x20 */ |
#define | SPECIAL 64 /* 0x */ |
#define | __do_div(n, base) |
Functions | |
int | vsprintf (char *buf, const char *fmt, va_list args) |
int | sprintf (char *buf, const char *fmt,...) |
int | printf (const char *fmt,...) |