Posts Tagged ‘realpath’
canonicalize_file_name – return the canonicalized filename
USAGE
#define _GNU_SOURCE
#include <stdlib.h>
char *canonicalize_file_name (const char *path);
DESCRIPTION
The call canonicalize_file_name(path) is equivalent to the call real-
[...]
Categories: c
Tags: canonicalize_file_name, realpath
bindtextdomain – set directory containing message catalogs
USAGE
#include <libintl.h>
char * bindtextdomain (const char * domainname, const char * dirname);
DESCRIPTION
The bindtextdomain function sets the base directory of the hierarchy
[...]
Categories: B
Tags: bindtextdomain, dcgettext, dcngettext, dgettext, dngettext, gettext, ngettext, realpath, textdomain
