The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#ifndef UTIL_H
#define UTIL_H

char *strlwr (char *s);
char *strupr (char *s);

#endif /* UTIL_H */