ms-sys
2.7.0
About:
ms-sys
writes Microsoft compatible boot records. Development version.
Fossies
Dox
:
ms-sys-2.7.0.tar.gz
("unofficial" and yet experimental doxygen-generated source code documentation)
nls.h
Go to the documentation of this file.
1
#ifndef NLS_H
2
#define NLS_H
3
4
#include <
libintl.h
>
5
6
#ifdef NO_LIBINTL_OR_GETTEXT
7
#define _(String) (String)
8
#else
9
#define _(String) gettext(String)
10
#endif
11
#define gettext_noop(String) (String)
12
#define N_(String) gettext_noop(String)
13
14
/* Init Native language support */
15
void
nls_init
(
void
);
16
17
#endif
libintl.h
nls_init
void nls_init(void)
Definition:
nls.c:22
inc
nls.h
Generated by
1.9.0