2 * Sherlock Library: Reading and writing of UTF-8 on Fastbuf Streams
4 * (c) 2001--2004 Martin Mares <mj@ucw.cz>
6 * This software may be freely distributed and used according to the terms
7 * of the GNU Lesser General Public License.
13 #include "lib/fastbuf.h"
14 #include "lib/unicode.h"
16 int bget_utf8_slow(struct fastbuf *b);
17 void bput_utf8_slow(struct fastbuf *b, uns u);
20 bget_utf8(struct fastbuf *b)
30 return bget_utf8_slow(b);
34 bput_utf8(struct fastbuf *b, uns u)