[go: up one dir, main page]

File: i18n.h

package info (click to toggle)
cadaver 0.22.3%2Bdebian-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,628 kB
  • ctags: 4,521
  • sloc: ansic: 37,238; sh: 3,574; makefile: 647; yacc: 288; sed: 27
file content (9 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9

#undef _
#ifdef ENABLE_NLS
#include <libintl.h>
#define _(str) gettext(str)
#else
#define _(str) (str)
#endif /* ENABLE_NLS */
#define N_(str) (str)