catgets
genmsg: catgets { end_of_cat = TRUE; }
| genmsg catgets { end_of_cat = TRUE; }
catgets: CATGETS '(' catd ',' cast_setid ',' cast_msgid ',' cast_qstr ')'
#define MSGSTR(Num, Str) catgets(l_catd, L_SET1, Num, Str)
char *catgets(nl_catd, int, int, const char *);
cp = catgets(catd, NL_SETD, id, (char *)str);
#define MSGSTR(Num, Str) catgets(l_catd, L_SET1, Num, Str)