#include <stdio.h>
#include "ctl/ctldef.h"
#include "ctl/mstring.temp.h"
Go to the source code of this file.
Currently these only support wchar_t or char. The wchar_t is for assumed to be wide (unicode) characters, and if it isn't defined for your target, just stick to char, or define all of the relevant translations and extensions, then plug them in as your own lib.
Definition in file mstring.c.