pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-27
2014-08-27 14:35:21 by Stephen R. van den Berg <srb@cuci.nl>
3f531bf52bdee159d631b6d55b14856d2374eda7 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Update doc.
3394:
init_string_builder_alloc(&str->str, sizeof(struct svalue), 0); }
-
/*! @decl Buffer|void cut(int
index
, int|void end
_or_none
,void|int discard)
+
/*! @decl Buffer|void cut(int
start
, int|void end,
void|int discard)
*! *! Cut and delete the range of data from the current buffer. *! Returns a new buffer with the cut data, unless discard is true.