3 extern char *strcpy (char *__restrict __dest, __const char *__restrict __src)
4 throw () __attribute__ ((__nonnull__ (1, 2)));
6 extern char *foo (char *__restrict __s) throw ();
12 int operator()(unsigned char) const;
14 char v[(127 * 2 + 1)+1];
17 inline int cset::operator()(unsigned char c) const
33 if (*p != '#' && (p = foo(buf)) != 0) {
34 vec = new char[10+ 1];