Changes in uspace/lib/c/include/err.h [9ee9d5d:63f8966] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/err.h
r9ee9d5d r63f8966 36 36 #define LIBC_ERR_H_ 37 37 38 #include <stdio.h>39 40 38 #define errx(status, fmt, ...) { \ 41 39 printf((fmt), ##__VA_ARGS__); \ … … 47 45 /** @} 48 46 */ 49
Note:
See TracChangeset
for help on using the changeset viewer.