File: utf.h

package info (click to toggle)
wv 1.2.9-4.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,044 kB
  • ctags: 4,093
  • sloc: ansic: 31,036; sh: 11,951; xml: 1,677; makefile: 21
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);