/**/ #ifndef UCGI_H #define UCGI_H #include "ucgicommon.h" void syserror(const char *m); void error(const char *m); void *xmalloc(size_t sz); extern const char *const envok[]; extern const int nenvok; #endif