X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fbbuf.h;h=22e62bb0402a26d768fd3a1cceb8c666e07267dc;hb=d75e8af89c831ba37062d16a102871ef4f443457;hp=0d17f8ccfb77e372d8fb63d49a6ecf07393555a7;hpb=638afb438a73eee8efa9dc6179c3cd39572847cf;p=libucw.git diff --git a/lib/bbuf.h b/lib/bbuf.h index 0d17f8cc..22e62bb0 100644 --- a/lib/bbuf.h +++ b/lib/bbuf.h @@ -14,4 +14,9 @@ #define GBUF_PREFIX(x) bb_##x #include "lib/gbuf.h" +char *bb_vprintf(bb_t *bb, const char *fmt, va_list args); +char *bb_printf(bb_t *bb, const char *fmt, ...); +char *bb_vprintf_at(bb_t *bb, uns ofs, const char *fmt, va_list args); +char *bb_printf_at(bb_t *bb, uns ofs, const char *fmt, ...); + #endif