filename=parse.y
macro=false
private=true
type=int
name=nextc
params=(void)


入力から次の一文字を読み込みます。
CR LF に対して LF を、EOF に対して -1 を返します。

