Subversion Repositories HelenOS

Rev

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

Rev 430 Rev 452
Line 34... Line 34...
34
#define INT8    1
34
#define INT8    1
35
#define INT16   2
35
#define INT16   2
36
#define INT32   4
36
#define INT32   4
37
#define INT64   8
37
#define INT64   8
38
 
38
 
39
static void print_double(double num, __u8 modifier, __u16 precision) ;
-
 
40
static void print_str(const char *str);
-
 
41
static void print_fixed_hex(const __u64 num, const int width);
-
 
42
static void print_number(const __native num, const unsigned int base);
-
 
43
 
-
 
44
extern void putchar(const char c);
39
extern void putchar(const char c);
45
extern void printf(const char *fmt, ...);
40
extern void printf(const char *fmt, ...);
46
 
41
 
47
#endif
42
#endif