hyphen/csutil.h

8 lines
187 B
C

#ifndef __CSUTILHXX__
#define __CSUTILHXX__
/* convert null terminated string to all little using encoding */
void enmkallsmall(char * d, const char * p, const char * encoding);
#endif