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