manページ検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 193 for stream (0.008 sec.)
Man page of PUTS 5801
PUTS Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 fputc, f ... 書式 #include < stdio.h > int fputc(int c , FILE * stream ); int fputs(const char * s , FILE * stream ); int ... putc(int c , FILE * stream ); int putchar(int c ); int puts(const char * s ); ... は、キャラクター c を unsigned char にキャストし、 stream に書き込む。 fputs () は、文字列 s を stream に書き ... 終端のヌルバイト ('\0') は出力しない。 putc () は、 stream を一度以上評価するマクロとして実装されているかも知 ...
https://man.plustar.jp/manpage/man3/fputc.3.html - [similar]
Man page of PUTS 5801
PUTS Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 fputc, f ... 書式 #include < stdio.h > int fputc(int c , FILE * stream ); int fputs(const char * s , FILE * stream ); int ... putc(int c , FILE * stream ); int putchar(int c ); int puts(const char * s ); ... は、キャラクター c を unsigned char にキャストし、 stream に書き込む。 fputs () は、文字列 s を stream に書き ... 終端のヌルバイト ('\0') は出力しない。 putc () は、 stream を一度以上評価するマクロとして実装されているかも知 ...
https://man.plustar.jp/manpage/man3/fputs.3.html - [similar]
Man page of PUTS 5801
PUTS Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 fputc, f ... 書式 #include < stdio.h > int fputc(int c , FILE * stream ); int fputs(const char * s , FILE * stream ); int ... putc(int c , FILE * stream ); int putchar(int c ); int puts(const char * s ); ... は、キャラクター c を unsigned char にキャストし、 stream に書き込む。 fputs () は、文字列 s を stream に書き ... 終端のヌルバイト ('\0') は出力しない。 putc () は、 stream を一度以上評価するマクロとして実装されているかも知 ...
https://man.plustar.jp/manpage/man3/putc.3.html - [similar]
Man page of PUTS 5801
PUTS Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 fputc, f ... 書式 #include < stdio.h > int fputc(int c , FILE * stream ); int fputs(const char * s , FILE * stream ); int ... putc(int c , FILE * stream ); int putchar(int c ); int puts(const char * s ); ... は、キャラクター c を unsigned char にキャストし、 stream に書き込む。 fputs () は、文字列 s を stream に書き ... 終端のヌルバイト ('\0') は出力しない。 putc () は、 stream を一度以上評価するマクロとして実装されているかも知 ...
https://man.plustar.jp/manpage/man3/putchar.3.html - [similar]
Man page of PUTS 5801
PUTS Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 fputc, f ... 書式 #include < stdio.h > int fputc(int c , FILE * stream ); int fputs(const char * s , FILE * stream ); int ... putc(int c , FILE * stream ); int putchar(int c ); int puts(const char * s ); ... は、キャラクター c を unsigned char にキャストし、 stream に書き込む。 fputs () は、文字列 s を stream に書き ... 終端のヌルバイト ('\0') は出力しない。 putc () は、 stream を一度以上評価するマクロとして実装されているかも知 ...
https://man.plustar.jp/manpage/man3/puts.3.html - [similar]
Man page of FWIDE 5747
FWIDE Section: Linux Programmer's Manual (3) Updated: 2016-03-15 Index JM Home Page 名前 fwide - ... 取得する 書式 #include < wchar.h > int fwide(FILE * stream , int mode ); glibc 向けの機能検査マクロの要件 ( f ... >= 200112L 説明 mode がゼロならば fwide () 関数は stream の現在の 入出力単位を決定して返す。 stream がワイド ... har) I/O は許されていない ときには、正の値を返す。 stream がバイト単位のとき、すなわちバイト I/O は許されて ... ド文字 I/O は許されていないときには、負の値を返す。 stream の入出力単位がまだ決定されていない場合にはゼロが返 ...
https://man.plustar.jp/manpage/man3/fwide.3.html - [similar]
Man page of SETBUF 5725
SETBUF Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 setbuf ... の操作 書式 #include < stdio.h > void setbuf(FILE * stream , char * buf ); void setbuffer(FILE * stream , cha ... r * buf , size_t size ); void setlinebuf(FILE * stream ); int setvbuf(FILE * stream , char * buf , int mo ... 置き換えることができる。 setbuf () 関数は、 setvbuf(stream, buf, buf ? _IOFBF : _IONBF, BUFSIZ); と全く同等だ ... る。 setlinebuf () 関数は以下と同じである。 setvbuf(stream, NULL, _IOLBF, 0); 返り値 setvbuf () 関数は、成功し ...
https://man.plustar.jp/manpage/man3/setbuf.3.html - [similar]
Man page of SETBUF 5725
SETBUF Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 setbuf ... の操作 書式 #include < stdio.h > void setbuf(FILE * stream , char * buf ); void setbuffer(FILE * stream , cha ... r * buf , size_t size ); void setlinebuf(FILE * stream ); int setvbuf(FILE * stream , char * buf , int mo ... 置き換えることができる。 setbuf () 関数は、 setvbuf(stream, buf, buf ? _IOFBF : _IONBF, BUFSIZ); と全く同等だ ... る。 setlinebuf () 関数は以下と同じである。 setvbuf(stream, NULL, _IOLBF, 0); 返り値 setvbuf () 関数は、成功し ...
https://man.plustar.jp/manpage/man3/setbuffer.3.html - [similar]
Man page of SETBUF 5725
SETBUF Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 setbuf ... の操作 書式 #include < stdio.h > void setbuf(FILE * stream , char * buf ); void setbuffer(FILE * stream , cha ... r * buf , size_t size ); void setlinebuf(FILE * stream ); int setvbuf(FILE * stream , char * buf , int mo ... 置き換えることができる。 setbuf () 関数は、 setvbuf(stream, buf, buf ? _IOFBF : _IONBF, BUFSIZ); と全く同等だ ... る。 setlinebuf () 関数は以下と同じである。 setvbuf(stream, NULL, _IOLBF, 0); 返り値 setvbuf () 関数は、成功し ...
https://man.plustar.jp/manpage/man3/setlinebuf.3.html - [similar]
Man page of SETBUF 5725
SETBUF Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 setbuf ... の操作 書式 #include < stdio.h > void setbuf(FILE * stream , char * buf ); void setbuffer(FILE * stream , cha ... r * buf , size_t size ); void setlinebuf(FILE * stream ); int setvbuf(FILE * stream , char * buf , int mo ... 置き換えることができる。 setbuf () 関数は、 setvbuf(stream, buf, buf ? _IOFBF : _IONBF, BUFSIZ); と全く同等だ ... る。 setlinebuf () 関数は以下と同じである。 setvbuf(stream, NULL, _IOLBF, 0); 返り値 setvbuf () 関数は、成功し ...
https://man.plustar.jp/manpage/man3/setvbuf.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT

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