summaryrefslogtreecommitdiff
path: root/jni/compat/compat.h
blob: b8efd76cacac578703df69097cb1807b13ef2763 (plain)
1
2
3
4
#pragma once
#include <wchar.h>
int wctomb(char *s, wchar_t wc);
int mbtowc(wchar_t *pwc, const char *s, size_t n);