Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
9d37682f
Commit
9d37682f
authored
28 years ago
by
Fredrik Hübinette (Hubbe)
Browse files
Options
Downloads
Patches
Plain Diff
typos fixed
Rev: doc/precompiled/string_buffer:1.2
parent
9635fc98
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/precompiled/string_buffer
+5
-7
5 additions, 7 deletions
doc/precompiled/string_buffer
with
5 additions
and
7 deletions
doc/precompiled/string_buffer
+
5
−
7
View file @
9d37682f
...
@@ -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
initializ
es the string buffer. You
can
call this
This function
empti
es 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 fl
us
h
ed.
============================================================================
============================================================================
NAME
NAME
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment