chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3751b76
)
Document DSTR_INIT.
author
mdw
<mdw>
Fri, 22 Oct 1999 22:44:02 +0000
(22:44 +0000)
committer
mdw
<mdw>
Fri, 22 Oct 1999 22:44:02 +0000
(22:44 +0000)
man/dstr.3
patch
|
blob
|
blame
|
history
diff --git
a/man/dstr.3
b/man/dstr.3
index 2ef8300abe92c44a929a597d412950e6b55640d3..c60e5662e81618f1ba99637a05d89127292406e9 100644
(file)
--- 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 );