stralloc* not const char*
This commit is contained in:
parent
1e549e9ee2
commit
bb1bebe517
@ -6,7 +6,7 @@ buffer_putsa \- write stralloc to buffer
|
||||
.B #include <stralloc.h>
|
||||
.B #include <buffer.h>
|
||||
|
||||
int \fBbuffer_putsa\fP(buffer* \fIb\fR,const char* \fIx\fR);
|
||||
int \fBbuffer_putsa\fP(buffer* \fIb\fR,stralloc* \fIx\fR);
|
||||
.SH DESCRIPTION
|
||||
buffer_putsa is equivalent to buffer_put(b,x.sa,x.len).
|
||||
.SH "RETURN VALUE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user