Document DSTR_INIT.
authormdw <mdw>
Fri, 22 Oct 1999 22:44:02 +0000 (22:44 +0000)
committermdw <mdw>
Fri, 22 Oct 1999 22:44:02 +0000 (22:44 +0000)
man/dstr.3

index 2ef8300..c60e566 100644 (file)
@@ -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 );