|
libsheepy
|
#include "recycleContainers.h"

Go to the source code of this file.
Macros | |
| #define | LESSsa(i, j) (sortFCmp(&arr[i], &arr[j], compareFunction)) |
| #define | SWAPsa(i, j) tmp = arr[i], arr[i] = arr[j], arr[j] = tmp |
Definition at line 29 of file libsheepyCSmallArrayInternal.h.
Definition at line 30 of file libsheepyCSmallArrayInternal.h.
1.8.13