- M_sk_num
int M_sk_num(._STACK* sk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- M_sk_value
char* M_sk_value(._STACK* sk, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_delete
void* sk_delete(._STACK* st, int loc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_delete_ptr
void* sk_delete_ptr(._STACK* st, void* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_dup
._STACK* sk_dup(._STACK* st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_find
int sk_find(._STACK* st, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_find_ex
int sk_find_ex(._STACK* st, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_free
void sk_free(._STACK* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_insert
int sk_insert(._STACK* sk, void* data, int where)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_is_sorted
int sk_is_sorted(const(._STACK)* st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_new
._STACK* sk_new(int function(const(void)*, const(void)*) cmp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_new_null
._STACK* sk_new_null()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_num
int sk_num(const(._STACK)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_pop
void* sk_pop(._STACK* st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_pop_free
void sk_pop_free(._STACK* st, void function(void*) func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_push
int sk_push(._STACK* st, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_set
void* sk_set(._STACK* , int , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_shift
void* sk_shift(._STACK* st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_sort
void sk_sort(._STACK* st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_unshift
int sk_unshift(._STACK* st, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_value
void* sk_value(const(._STACK)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sk_zero
void sk_zero(._STACK* st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.