Changeset 27dc170 in mainline for include/print.h
- Timestamp:
- 2005-05-11T17:08:53Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 93ca46f
- Parents:
- d34657e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/print.h
rd34657e r27dc170 36 36 #define INT32 4 37 37 38 static void print_str(c har *str);39 static void print_fixed_hex( __native num,int width);40 static void print_number(__native num,int base);38 static void print_str(const char *str); 39 static void print_fixed_hex(const __native num, const int width); 40 static void print_number(const __native num, const int base); 41 41 42 extern void putchar(c har c);43 extern void printf(c har *fmt, ...);42 extern void putchar(const char c); 43 extern void printf(const char *fmt, ...); 44 44 45 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.