Movatterモバイル変換


[0]ホーム

URL:


Logo

User Tools

Site Tools

You are here:start »c »stdio.h

Sidebar

c:stdio.h

stdio.h

Function Description
BUFSIZ(integer value) size of the buffer
clearerrClears end-of-file and error indicators for a stream
fcloseClose the current stream / file
feofChecks for the end-of-file
ferrorChecks for a stream error
fflushSynchronises an output stream with the actual file
fgetcReads a byte/char from a file stream
fgetposGets the stream position indicator
fgetsReads a byte/char string from a file stream
fopenOpen a stream
fprintfPrint formatted byte/char output to a stream,
fputcWrites byte/char to a stream
fputsWrites byte/char string to a stream
freadReads X number of objects from a stream
freopenCloses file associated with stream, then opens file file name with specified mode and associates it with stream.
fscanfFormatted reading from a stram
fseekMove the file position indicator to a specific location in a stream
fsetposMove the file position indicator to a specific location in a stream
ftellReturns the current file position indicator
fwriteWrites X number of objects from a stream
getcReads a byte/char from a stream
getcharReads a byte/char from stdin
getsReads a byte string from stdin
perrorPrints current character value strerror(errno) to stderrr
printfPrints formatted output to stdout
putcWrites a byte/char to a stream
putcharWrites a byte/char to stdout
putsWrites a byte/char string to stdout
removeDeletes a file
renameRename a file
rewindMoves the file position indicator to the beginning (OL) in a file
scanfReads formatted byte/char input from stdin
setbufSets the buffer for a stream
setvbufSets the buffer for a stream
sprintfPrints formatted byte/char to stdout
sscanfReads formatted byte/char input from stdin,
tmpfileReturns a pointer to a temporary file
tmpnamReturns a unique filename
ungetcPuts a byte/char back (push-back) into a stream
vfprintfPrints formatted byte/char output to a stream using variable aguments
vprintfPrints formatted byte/char output to stdout using variable aguments
vsprintfPrints formatted byte/char output to a stream using variable aguments

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
c/stdio.h.txt · Last modified: 2024/02/16 00:48 (external edit)

Page Tools

Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
CC Attribution-Share Alike 3.0 UnportedDriven by DokuWiki
Tweet this link
ImpressumDatenschutz


[8]ページ先頭

©2009-2025 Movatter.jp