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