uci: complete option/setoption
- eval-defs.c: add parameter type in ev_params - util.c: - new str_eq_case() - new str_skip_word - str_token(): split string before token
This commit is contained in:
@@ -32,9 +32,10 @@ void init_all(void)
|
||||
printff("stdout buffering... ");
|
||||
setlinebuf(stdout);
|
||||
|
||||
/* for printf() numeric thousands separator */
|
||||
printff("locale... ");
|
||||
/* for printf() thousands separator */
|
||||
setlocale(LC_NUMERIC, "");
|
||||
setlocale(LC_CTYPE, "C");
|
||||
|
||||
/* pseudo random generator seed */
|
||||
printff("random generator... ");
|
||||
|
Reference in New Issue
Block a user