manページ検索

phrase: max: clip:
target: order:
Results of 1 - 1 of about 1 for nloc (0.000 sec.)
Man page of DUPLOCALE 9414
DUPLOCALE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 dup ... ) int main(int argc, char *argv[]) { locale_t loc, nloc; if (argc != 2) { fprintf(stderr, "Usage: %s strin ... 0); if (loc == (locale_t) 0) errExit("uselocale"); nloc = duplocale(loc); if (nloc == (locale_t) 0) errExi ... (char *p = argv[1]; *p; p++) putchar(toupper_l(*p, nloc)); printf("\n"); freelocale(nloc); exit(EXIT_SUCCE ... ブジェクト , DUPLOCALE , ハンドル , toupper , 作成 , nloc , include Linux マニュアル 一覧 [ man1 ] [ man2 ] ...
https://man.plustar.jp/manpage/man3/duplocale.3.html - [similar]
PREV 1 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022