#ifndef __STALLOC_H__ #define __STALLOC_H__ void * st_alloc(size_t s); char * st_strdup(const char * src); void st_shutdown(); #endif