confstr() gets the value of configuration-dependent string variables. ... char *pathbuf; size_t n; n = confstr(_CS_PATH, NULL, (size_t) 0); pathbuf ...
確定! 回上一頁