Changeset 136 for trunk/src/helpers/linklist.c
- Timestamp:
- Feb 3, 2002, 11:46:54 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/linklist.c
r132 r136 961 961 * sort function pfnSort, which works similar to those of the 962 962 * container sorts, i.e. it must be declared as a 963 + SHORT fnSort(void* pItem1, void* pItem 1, void* pStorage)963 + SHORT fnSort(void* pItem1, void* pItem2, void* pStorage) 964 964 * 965 965 * These sort functions need to return the following:
Note:
See TracChangeset
for help on using the changeset viewer.