X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/5c819006daebfdbfc37e89735d1e6ba172544f3d..c81c35dfd10050ffef85d57dc2ad73f52f38a3f2:/struct/buf.3 diff --git a/struct/buf.3 b/struct/buf.3 index 8964a09..10b52cf 100644 --- a/struct/buf.3 +++ b/struct/buf.3 @@ -152,6 +152,8 @@ buf \- reading and writing stuff in buffers .nf .B "#include " +.B "typedef struct { ...\& } buf;" + .BI "void buf_init(buf *" b ", void *" p ", size_t " sz ); .BI "void buf_flip(buf *" b ); .BI "octet *BBASE(buf *" b );