Files
2010-07-27 16:58:17 +00:00

6 lines
60 B
C

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