40#define _(str) gettext(str)
41#define P_(str, str_plural, n) ngettext(str, str_plural, n)
42#define N_(str) gettext_noop(str)
43#define C_(ctxt, str) pgettext(ctxt, str)
void dpkg_locales_done(void)
Definition i18n.c:81
struct dpkg_locale dpkg_locale_switch_C(void)
Definition i18n.c:90
void dpkg_locales_init(const char *package)
Definition i18n.c:54
void dpkg_locale_switch_back(struct dpkg_locale loc)
Definition i18n.c:105
#define DPKG_BEGIN_DECLS
Definition macros.h:164
#define DPKG_END_DECLS
Definition macros.h:165
void * oldloc
Definition i18n.h:49