Bash  5.0-beta2
Bash - Bourne Again shell
ngettext.c File Reference
#include <stdlib.h>
#include "gettextP.h"
#include "libgnuintl.h"
#include <locale.h>

Go to the source code of this file.

Macros

#define NGETTEXT   libintl_ngettext
 
#define DCNGETTEXT   libintl_dcngettext
 

Functions

char * libintl_ngettext (char *msgid1, const char *msgid2, unsigned long int n) const
 

Macro Definition Documentation

◆ NGETTEXT

#define NGETTEXT   libintl_ngettext

Definition at line 51 of file ngettext.c.

◆ DCNGETTEXT

#define DCNGETTEXT   libintl_dcngettext

Definition at line 52 of file ngettext.c.

Referenced by libintl_ngettext().

Function Documentation

◆ libintl_ngettext()

char* libintl_ngettext ( char *  msgid1,
const char *  msgid2,
unsigned long int  n 
) const

Definition at line 59 of file ngettext.c.

References DCNGETTEXT, n, ngettext(), and NULL.

Referenced by ngettext().

63 {
64  return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES);
65 }
unsigned long int n
Definition: eval-plural.h:35
#define DCNGETTEXT
Definition: ngettext.c:52
#define NULL
Definition: general.h:53
Here is the call graph for this function:
Here is the caller graph for this function: