2 * A simple growing buffer for byte-sized items.
4 * (c) 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.
10 #ifndef _SHERLOCK_BBUF_H
11 #define _SHERLOCK_BBUF_H
13 #define GBUF_TYPE byte
14 #define GBUF_PREFIX(x) bb_##x