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
 

Макросы

#define VERBOSE   if (verbose) printf

Функции

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

Переменные

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