| 12345678910 |
- #ifndef _TOOLKIT_INTERNAL_H_
- #define _TOOLKIT_INTERNAL_H_
- int toolkit__convert_utf16_to_utf8(const WCHAR* utf16, int utf16len, char** utf8);
- int toolkit__convert_utf8_to_utf16(const char* utf8, int utf8len, WCHAR** utf16);
- uint64_t toolkit__hrtime(double scale);
- #endif /*_TOOLKIT_INTERNAL_H_*/
|