pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2016-12-30
2016-12-30 13:41:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c390103206c9037e7b53acc461d87ff9f13674b3 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
String.Buffer: Allocate a constant program id.
3120:
/*! @module String */
+
#define PROG_BUFFER_ID PROG_STRING_BUFFER_ID
+
/*! @class Buffer *! A buffer, used for building strings. It's *! conceptually similar to a string, but you can only @[add]