Changeset 5b303ba in mainline for kernel/generic/include/printf/printf_core.h
- Timestamp:
- 2007-04-07T17:57:07Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3dbe2d1f
- Parents:
- be66dee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/printf/printf_core.h
rbe66dee r5b303ba 48 48 }; 49 49 50 int printf_core(const char *fmt, struct printf_spec *ps ,va_list ap);50 int printf_core(const char *fmt, struct printf_spec *ps, va_list ap); 51 51 52 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.