glocale.h 182 B

12345678
  1. #ifndef GRASS_GLOCALEDEFS_H
  2. #define GRASS_GLOCALEDEFS_H
  3. extern void G_init_locale(void);
  4. extern char *G_gettext(const char *, const char *) __attribute__((format_arg (2)));
  5. #endif