Changeset 08d9c4e6 in mainline for uspace/srv/devman/util.h
- Timestamp:
- 2010-02-15T21:04:59Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e85920d
- Parents:
- e2b9a993
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/util.h
re2b9a993 r08d9c4e6 57 57 } 58 58 59 static inline void free_not_null(void *ptr) 60 { 61 if (NULL != ptr) { 62 free(ptr); 63 } 64 } 65 59 66 #endif
Note:
See TracChangeset
for help on using the changeset viewer.