Searched defs:gettext (Results 1 – 2 of 2) sorted by relevance
14 static inline const char *gettext(const char *txt) { return txt; } in gettext() function
32 # define gettext(Msgid) ((const char *) (Msgid)) macro