Changeset 96147 in vbox
- Timestamp:
- Aug 11, 2022 11:45:45 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152953
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nocrt/stdlib.h
r96074 r96147 98 98 double RT_NOCRT(atof)(const char *psz); 99 99 void *RT_NOCRT(bsearch)(const void *pvKey, const void *pvBase, size_t cEntries, size_t cbEntry, 100 int (*pfnCompare)(const void *pv 1, const void *pv2));100 int (*pfnCompare)(const void *pvKey, const void *pvEntry)); 101 101 void RT_NOCRT(qsort)(void *pvBase, size_t cEntries, size_t cbEntry, 102 102 int (*pfnCompare)(const void *pv1, const void *pv2));
Note:
See TracChangeset
for help on using the changeset viewer.