#ifndef TEXTC_H #define TEXTC_H char *str_dup(char *s); char *tostrupr(char *s); char *tostrlwr(char *s); #endif