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