Changeset f2460a50 in mainline for uspace/lib/c/include
- Timestamp:
- 2017-05-30T06:16:25Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c726209
- Parents:
- 719a208
- Location:
- uspace/lib/c/include
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/gsort.h
r719a208 rf2460a50 42 42 43 43 extern bool gsort(void *, size_t, size_t, sort_cmp_t, void *); 44 extern bool qsort(void *, size_t, size_t, sort_cmp_t, void *);45 44 46 45 #endif -
uspace/lib/c/include/stdlib.h
r719a208 rf2460a50 37 37 38 38 #include <malloc.h> 39 #include <qsort.h> 39 40 #include <stacktrace.h> 40 41
Note:
See TracChangeset
for help on using the changeset viewer.