@kv
0.0.4
Library for graph problems in C and Python
Main Page
Related Pages
Classes
Files
File List
File Members
i18n-lib.h
1
19
#if !defined(AT_CORE_H_INSIDE)
20
#error "Only <at/core.h> can be included directly."
21
#endif
22
#ifndef AT_I18N_LIB_H
23
#define AT_I18N_LIB_H
24
25
#include <libintl.h>
26
27
#ifndef GETTEXT_PACKAGE
28
#error You must define GETTEXT_PACKAGE before including i18n-lib.h. Did you forget to include config.h?
29
#endif
30
31
#define _(String) ((char *) dgettext(GETTEXT_PACKAGE, String))
32
#endif
include
at
core
i18n-lib.h
Generated on Mon Aug 8 2016 17:05:01 for @kv by
1.8.11