netatalk  4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
generic_mb.h
Go to the documentation of this file.
1size_t mb_generic_pull(int (*charfunc)(ucs2_t *, const unsigned char *),
2 void *, char **, size_t *, char **, size_t *);
3size_t mb_generic_push(int (*charfunc)(unsigned char *, ucs2_t), void *,
4 char **, size_t *, char **, size_t *);
size_t mb_generic_push(int(*charfunc)(unsigned char *, ucs2_t), void *, char **, size_t *, char **, size_t *)
size_t mb_generic_pull(int(*charfunc)(ucs2_t *, const unsigned char *), void *, char **, size_t *, char **, size_t *)
#define ucs2_t
Definition unicode.h:8