Changeset 339f223 in mainline for uspace/lib/posix/common.h
- Timestamp:
- 2011-06-08T19:03:18Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ae1c11b
- Parents:
- 0e23f43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/common.h
r0e23f43 r339f223 31 31 32 32 #include <stdio.h> 33 #include <stdlib.h> 33 34 34 35 #define not_implemented() (fprintf(stderr, "Function %s() in file %s at line %d is not implemented\n", __func__, __FILE__, __LINE__), abort())
Note:
See TracChangeset
for help on using the changeset viewer.