]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/bbuf.h
Doc: Documented growing arrays, generic allocators and related things
[libucw.git] / ucw / bbuf.h
index ecc1f66c1b6fa1ca198e7ed945979bd7ac43d2d7..9e26436b58d99cb7bc804c6406668d8995b8f191 100644 (file)
 #ifndef _UCW_BBUF_H
 #define _UCW_BBUF_H
 
 #ifndef _UCW_BBUF_H
 #define _UCW_BBUF_H
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define bb_printf ucw_bb_printf
+#define bb_printf_at ucw_bb_printf_at
+#define bb_vprintf ucw_bb_vprintf
+#define bb_vprintf_at ucw_bb_vprintf_at
+#endif
+
 #define        GBUF_TYPE       byte
 #define        GBUF_PREFIX(x)  bb_##x
 #define        GBUF_TYPE       byte
 #define        GBUF_PREFIX(x)  bb_##x
-#include "ucw/gbuf.h"
+#include <ucw/gbuf.h>
 
 /**
  * printf() into a growing buffer with `va_list` arguments.
 
 /**
  * printf() into a growing buffer with `va_list` arguments.