X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/db0e70a131f1a3a28cc78cface5b5db87b0d5416..4729aa69dab96d801f2767be4b254997c21d1d32:/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 );