Changeset 80076f6 in mainline for libc/generic/io/printf.c
- Timestamp:
- 2006-06-06T21:06:28Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9ab91f16
- Parents:
- d1c4b9e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/io/printf.c
rd1c4b9e r80076f6 31 31 #include <stdio.h> 32 32 33 /** Print formatted text. 34 * @param fmt format string 35 * \see For more details about format string see printf_core. 36 */ 33 37 int printf(const char *fmt, ...) 34 38 {
Note:
See TracChangeset
for help on using the changeset viewer.