See More

#ifndef _str_h #define _str_h #include #include #include void strval(char **str1, const char *str2, int type); #endif