ELinks 0.18.0
explodename.c File Reference
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include "elinks.h"
#include "intl/gettext/loadinfo.h"
Include dependency graph for explodename.c:

Macros

#define NULL   0

Functions

char * _nl_find_language (const char *name)
int _nl_explode_name (char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset, const char **special, const char **sponsor, const char **revision)

Macro Definition Documentation

◆ NULL

#define NULL   0

Function Documentation

◆ _nl_explode_name()

int _nl_explode_name ( char * name,
const char ** language,
const char ** modifier,
const char ** territory,
const char ** codeset,
const char ** normalized_codeset,
const char ** special,
const char ** sponsor,
const char ** revision )

◆ _nl_find_language()

char * _nl_find_language ( const char * name)