#ifndef MYSTRING_H #define MYSTRING_H char *trim(char *s); char *strupr(char *s); #endif .