File: utf.h

package info (click to toggle)
wv 1.0.2-0.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,428 kB
  • ctags: 6,733
  • sloc: ansic: 59,221; sh: 9,998; xml: 1,677; makefile: 36
file content (8 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
/*
    the our_* routines are implementations for the corresponding library
    routines. for a while, i tried to actually name them wctomb etc
    but stopped that after i found a system which made wchar_t an
    unsigned char.
*/
int our_wctomb (char *s, U16 wc);
int our_mbtowc (U16 * p, char *s, unsigned n);