Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 227 → Rev 228

/SPARTAN/trunk/include/print.h
36,6 → 36,7
#define INT32 4
#define INT64 8
 
static void print_double(double num,__u16 precision) ;
static void print_str(const char *str);
static void print_fixed_hex(const __u64 num, const int width);
static void print_number(const __native num, const unsigned int base);