Skip to content
Snippets Groups Projects
Commit 9d37682f authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

typos fixed

Rev: doc/precompiled/string_buffer:1.2
parent 9635fc98
No related branches found
No related tags found
No related merge requests found
...@@ -11,19 +11,17 @@ BUGS ...@@ -11,19 +11,17 @@ BUGS
============================================================================ ============================================================================
NAME NAME
create - initielize the buffer flush - flush the contents of the buffer
SYNTAX SYNTAX
#include <string.h> #include <string.h>
void string_buffer->create(); void string_buffer->flush();
or
object clone(String_buffer);
DESCRIPTION DESCRIPTION
This function initializes the string buffer. You can call this This function empties the string buffer. You don't need to call this
function to clear the contents of the buffer once it has been function if you use the string buffer only once since the start
used. state for a string buffer is flushed.
============================================================================ ============================================================================
NAME NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment