Changes in boot/generic/include/printf.h [09d13c8e:de1712e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/include/printf.h
r09d13c8e rde1712e 41 41 extern int puts(const char *); 42 42 extern int printf(const char *, ...) 43 _HELENOS_PRINTF_ATTRIBUTE(1, 2);43 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.