amiga-libnix3/extra/intl_gettext.c

6 lines
60 B
C

char *gettext(const char *msg)
{
return((char *) msg );
}