get numeric formatting information NAME localeconv - get numeric formatting information LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <locale.h> struct lconv *localec…get configuration information at run time NAME sysconf - get configuration information at run time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> long sysco…set the current locale NAME setlocale - set the current locale LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <locale.h> char *setlocale(int category , const char * lo…