qse/ase/net/misc.h
2008-03-04 05:20:05 +00:00

21 lines
259 B
C

/*
* $Id: misc.h 117 2008-03-03 11:20:05Z baconevi $
*
* {License}
*/
#ifndef _MISC_H_
#define _MISC_H_
#ifdef __cplusplus
extern "C" {
#endif
char* unicode_to_multibyte (const wchar_t* in, int inlen, int* outlen);
#ifdef __cplusplus
}
#endif
#endif