EXIF library (libexif) Internals 0.6.26
test-nls.c File Reference
#include "config.h"
#include "i18n.h"
#include <locale.h>
#include <stdio.h>
#include <string.h>
Include dependency graph for test-nls.c:

Go to the source code of this file.

Data Structures

struct  _testcase
 

Typedefs

typedef struct _testcase testcase
 

Functions

int main (int argc, char *argv[])
 

Variables

static testcase testcases []
 

Typedef Documentation

◆ testcase

typedef struct _testcase testcase

Definition at line 19 of file test-nls.c.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ testcases

testcase testcases[]
static
Initial value:
= {
{ "de_DE.UTF-8",
N_("[DO_NOT_TRANSLATE_THIS_MARKER]"),
"[DO_NOT_TRANSLATE_THIS_MARKER_de]" },
{ "C",
N_("[DO_NOT_TRANSLATE_THIS_MARKER]"),
N_("[DO_NOT_TRANSLATE_THIS_MARKER]") },
}
#define N_(String)
Definition i18n.h:51

Definition at line 22 of file test-nls.c.

Referenced by main().


libexif Generated by doxygen