Usermode - Hacky and stubbed libiconv and libintl clones/implementations
[tpg/acess2.git] / Usermode / Libraries / libintl.so_src / include_exp / libintl.h
1 /*
2  */
3 #ifndef _LIBINTL_H_
4 #define _LIBINTL_H_
5
6 extern char     *gettext(const char *msg);
7 extern char     *dgettext(const char *domain, const char *msg);
8 extern char     *dcgettext(const char *domain, const char *msg, int category);
9 extern char     *ngettext(const char *msg, const char *msgp, unsigned long int n);
10 extern char     *dngettext(const char *domain, const char *msg, const char *msgp, unsigned long int n);
11 extern char     *dcngettext(const char *domain, const char *msg, const char *msgp, unsigned long int n, int category);
12
13 #endif

UCC git Repository :: git.ucc.asn.au