]> mj.ucw.cz Git - libucw.git/commit
Added very simple functions for emulating a fastbuf stream over a static
authorMartin Mares <mj@ucw.cz>
Sat, 22 Nov 2003 18:21:22 +0000 (18:21 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 22 Nov 2003 18:21:22 +0000 (18:21 +0000)
commitf5be42dd4a3346059819fdba379e7abac9549625
tree34e274d68f2301958c1211499f5fa449bd5feba3
parentaf85593c6eccc81c613282aab08fdac49a6e5d0d
Added very simple functions for emulating a fastbuf stream over a static
buffer. The struct fastbuf is allocated statically as well to make everything
as simple and as fast as possible.
lib/Makefile
lib/fastbuf.h
lib/fb-buffer.c [new file with mode: 0644]