Changes in uspace/lib/c/include/io/klog.h [aa492fe:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/klog.h
raa492fe r9d58539 38 38 #include <sys/types.h> 39 39 #include <stdarg.h> 40 #include <io/verify.h>41 40 42 41 extern size_t klog_write(const void *, size_t); 43 42 extern void klog_update(void); 44 extern int klog_printf(const char *, ...) 45 PRINTF_ATTRIBUTE(1, 2); 43 extern int klog_printf(const char *, ...); 46 44 extern int klog_vprintf(const char *, va_list); 47 45
Note:
See TracChangeset
for help on using the changeset viewer.