#ifndef _LIBS_STRING_UTILS_H_
	#define _LIBS_STRING_UTILS_H_

int str2lower(char *dest, const char *src);

#endif
