libnatspec 0.2.6
Макросы | Функции | Переменные
Файл natspec.c
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <assert.h>
#include <locale.h>
#include "natspec_internal.h"
#include "natspechi_internal.h"

Макросы

#define VERBOSE   if (verbose) printf
 

Функции

char * natspec_internal_get_locale_from_env ()
 
static const char * get_charset (char *charset_type)
 
int main (int argc, const char **argv)
 

Переменные

char * charset_type
 
char * locale
 
char * transliterate
 
int version
 
int verbose
 
int fsenc
 
int fcodepage
 
int nls
 
int flag_help
 
int info
 
int utf8
 
int country_id
 
int get_system_locale
 
int get_user_locale
 

Макросы

◆ VERBOSE

#define VERBOSE   if (verbose) printf

Функции

◆ get_charset()

static const char * get_charset ( char *  charset_type)
static

◆ main()

int main ( int  argc,
const char **  argv 
)

◆ natspec_internal_get_locale_from_env()

char * natspec_internal_get_locale_from_env ( )

Переменные

◆ charset_type

char* charset_type

◆ country_id

int country_id

◆ fcodepage

int fcodepage

◆ flag_help

int flag_help

◆ fsenc

int fsenc

◆ get_system_locale

int get_system_locale

◆ get_user_locale

int get_user_locale

◆ info

int info

◆ locale

char* locale

◆ nls

int nls

◆ transliterate

char * transliterate

◆ utf8

int utf8

◆ verbose

int verbose

◆ version

int version