]> mj.ucw.cz Git - libucw.git/commit
bungetc() is no longer passed the character to unget -- it always ungets
authorMartin Mares <mj@ucw.cz>
Wed, 22 May 2002 15:43:47 +0000 (15:43 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 22 May 2002 15:43:47 +0000 (15:43 +0000)
commitc982330d65a5ff8930682b250612ea135db2d4f6
tree189c0955f17d5486152e184a832dc2d62ce3839b
parentb43d84acbfeda1c4fef670fc9a7914f7053fab76
bungetc() is no longer passed the character to unget -- it always ungets
the last character read.

bputc() and bputw() are now passed unsigned int instead of byte/word.
lib/fastbuf.c
lib/fastbuf.h