Changeset 03b2b2c in mainline for uspace/app/bithenge/linux/os.h
- Timestamp:
- 2012-06-24T17:32:30Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0d1a8fd
- Parents:
- da0fef6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/linux/os.h
rda0fef6 r03b2b2c 85 85 } 86 86 87 static inline char *str_ndup(const char *s, size_t max_len) 88 { 89 return strndup(s, max_len); 90 } 91 87 92 static inline const char *str_error(int e) 88 93 {
Note:
See TracChangeset
for help on using the changeset viewer.