#include #include "stackm.h" int main() { stackm mystack; smInit(&mystack); smClear(&mystack); return 0; }