Streamlined security for mobile and embedded devices
#include <stack.h>
struct stack_st { int num; char **data; int sorted; int num_alloc; int (*comp)(char **d1, char **d2); };