--- stack/stack.c 2002/02/07 23:53:14 1.51 +++ stack/stack.c 2002/02/07 23:55:21 1.52 @@ -1,14 +1,12 @@ -/* printf */ +/* printf, sscanf, fgets, fprintf */ #include -/* EXIT_SUCCESS */ +/* exit, EXIT_SUCCESS, malloc, free */ #include /* NULL */ #include /* dlopen, dlsym, dlerror */ #include -/* assert */ -#include -/* strcat */ +/* strcmp, strcpy, strlen, strcat, strdup */ #include #define HASHTBLSIZE 65536