1 2 3 4 5 6 7
#ifndef NLS_H #define NLS_H #include <libintl.h> #define _(S) gettext(S) #endif /* NLS_H */