From: mdw Date: Fri, 22 Oct 1999 22:44:02 +0000 (+0000) Subject: Document DSTR_INIT. X-Git-Tag: 2.0.4~213 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/commitdiff_plain/e49a7995d5b388e644d60bfb3422252a686cabce?ds=inline Document DSTR_INIT. --- diff --git a/man/dstr.3 b/man/dstr.3 index 2ef8300..c60e566 100644 --- a/man/dstr.3 +++ b/man/dstr.3 @@ -36,6 +36,7 @@ dstr \- a simple dynamic string type .\" @dstr_putline .\" @dstr_write .\" +.\" @DSTR_INIT .\" @DCREATE .\" @DDESTROY .\" @DRESET @@ -68,6 +69,7 @@ dstr \- a simple dynamic string type .BI "int dstr_putline(dstr *" d ", FILE *" fp ); .BI "size_t dstr_write(const dstr *" d ", FILE *" fp ); +.BI "dstr " d " = DSTR_INIT;" .BI "void DCREATE(dstr *" d ); .BI "void DDESTROY(dstr *" d ); .BI "void DRESET(dstr *" d );