Changes in kernel/generic/include/print.h [aa492fe:d16fc78] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/print.h
raa492fe rd16fc78 38 38 #include <typedefs.h> 39 39 #include <stdarg.h> 40 #include <printf/verify.h> 40 41 #ifndef NVERIFY_PRINTF 42 43 #define PRINTF_ATTRIBUTE(start, end) \ 44 __attribute__((format(gnu_printf, start, end))) 45 46 #else /* NVERIFY_PRINTF */ 47 48 #define PRINTF_ATTRIBUTE(start, end) 49 50 #endif /* NVERIFY_PRINTF */ 41 51 42 52 #define EOF (-1)
Note:
See TracChangeset
for help on using the changeset viewer.