Nugget
|
#include "common/syscalls/syscalls.h"
Go to the source code of this file.
Functions | |
CESTER_BODY (static int icmp(const void *a, const void *b) { return *(const int *) a - *(const int *) b;}) | |
syscall_qsort (input, size, sizeof(input[0]), icmp) | |
for (int i=0;i< size;i++) | |
CESTER_BODY (static int scmp(const void *a, const void *b) { return syscall_strcmp(*(const char **) a, *(const char **) b);}) | |
syscall_qsort (input, size, sizeof(input[0]), scmp) | |
Variables | |
int | input [] |
CESTER_BODY | ( | static int icmp(const void *a, const void *b) { return *(const int *) a - *(const int *) b;} | ) |
CESTER_BODY | ( | static int scmp(const void *a, const void *b) { return syscall_strcmp(*(const char **) a, *(const char **) b);} | ) |
for | ( | ) |
const char * input |