gettext.c 53 B

12345
  1. char *gettext(const char *s)
  2. {
  3. return (char *)s;
  4. }