Changeset aa492fe in mainline for boot/generic/include/printf.h
- Timestamp:
- 2012-08-23T14:49:38Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f0a2720
- Parents:
- dd13349
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/include/printf.h
rdd13349 raa492fe 35 35 #include <typedefs.h> 36 36 #include <stdarg.h> 37 38 #ifndef NVERIFY_PRINTF 39 40 #define PRINTF_ATTRIBUTE(start, end) \ 41 __attribute__((format(gnu_printf, start, end))) 42 43 #else /* NVERIFY_PRINTF */ 44 45 #define PRINTF_ATTRIBUTE(start, end) 46 47 #endif /* NVERIFY_PRINTF */ 37 #include <printf_verify.h> 48 38 49 39 #define EOF (-1)
Note:
See TracChangeset
for help on using the changeset viewer.