Go to the first, previous, next, last section, table of contents.
- `getc(FILEHANDLE)'
-
- `getc FILEHANDLE'
-
- `getc'
-
FILEHANDLE
に結び付いている入力ファイルの次の character を返す。
EOF
の場合はヌル文字列を返す。
FILEHANDLE
を省略すると、STDIN
から読む。
Go to the first, previous, next, last section, table of contents.