Changeset 147 for trunk/src/helpers/linklist.c
- Timestamp:
- Mar 16, 2002, 8:53:47 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/linklist.c
r141 r147 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 + SHORTfnSort(void* pItem1, void* pItem2, void* pStorage)963 + signed short XWPENTRY 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.