xref: /interface/sdk_c/third_party/musl/ndk_musl_include/libintl.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /interface/sdk_c/third_party/musl/ndk_musl_include/
17777dab0Sopenharmony_ci#ifndef _LIBINTL_H
27777dab0Sopenharmony_ci#define _LIBINTL_H
37777dab0Sopenharmony_ci
47777dab0Sopenharmony_ci#ifdef __cplusplus
57777dab0Sopenharmony_ciextern "C" {
67777dab0Sopenharmony_ci#endif
77777dab0Sopenharmony_ci
87777dab0Sopenharmony_ci#define __USE_GNU_GETTEXT 1
97777dab0Sopenharmony_ci#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 1 : -1)
107777dab0Sopenharmony_ci
117777dab0Sopenharmony_ci#if __GNUC__ >= 3
127777dab0Sopenharmony_ci#define __fa(n) __attribute__ ((__format_arg__ (n)))
137777dab0Sopenharmony_ci#else
147777dab0Sopenharmony_ci#define __fa(n)
157777dab0Sopenharmony_ci#endif
167777dab0Sopenharmony_ci
177777dab0Sopenharmony_ci#undef __fa
187777dab0Sopenharmony_ci
197777dab0Sopenharmony_ci#ifdef __cplusplus
207777dab0Sopenharmony_ci}
217777dab0Sopenharmony_ci#endif
227777dab0Sopenharmony_ci
237777dab0Sopenharmony_ci#endif
24

Indexes created Thu Nov 07 10:32:03 CST 2024