Changes in boot/generic/include/printf.h [de1712e:09d13c8e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/include/printf.h
rde1712e r09d13c8e 41 41 extern int puts(const char *); 42 42 extern int printf(const char *, ...) 43 PRINTF_ATTRIBUTE(1, 2);43 _HELENOS_PRINTF_ATTRIBUTE(1, 2); 44 44 extern int vprintf(const char *, va_list); 45 45
Note:
See TracChangeset
for help on using the changeset viewer.