|
SDL
2.0
|
#include "SDL_test.h"
Include dependency graph for testqsort.c:Go to the source code of this file.
Functions | |
| static int | num_compare (const void *_a, const void *_b) |
| static void | test_sort (const char *desc, int *nums, const int arraylen) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 45 of file testqsort.c.
References SDLTest_RandomContext::c, i, iteration(), SDL_arraysize, SDL_Log, SDL_LOG_CATEGORY_APPLICATION, SDL_LogError, SDL_sscanf, SDLTest_RandomInit(), SDLTest_RandomInitTime(), SDLTest_RandomInt, test_sort(), and SDLTest_RandomContext::x.
|
static |
Definition at line 24 of file testqsort.c.
References i, num_compare(), SDL_Log, and SDL_qsort.
Referenced by main().