Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "gwlib/gwlib.h"
Go to the source code of this file.
Macros | |
#define | HUGE_SIZE 20 |
Functions | |
static int | my_sort_cmp (const void *a, const void *b) |
int | main (void) |
#define HUGE_SIZE 20 |
Definition at line 66 of file test_list.c.
Referenced by main().
int main | ( | void | ) |
Definition at line 78 of file test_list.c.
References debug(), gwlib_init(), gwlib_shutdown(), gwlist_append(), gwlist_create, gwlist_destroy(), gwlist_get(), gwlist_len(), gwlist_sort(), HUGE_SIZE, my_sort_cmp(), octstr_create, octstr_destroy_item(), octstr_get_cstr, uuid_clear(), uuid_generate(), UUID_STR_LEN, and uuid_unparse().
|
static |
Definition at line 69 of file test_list.c.
References octstr_compare().
Referenced by main().