#ifndef COMPGEN_H #define COMPGEN_H #include "string_vec.h" struct string_vec compgen(); #endif /* COMPGEN_H */