pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2016-12-30
2016-12-30 13:42:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8f1b622fae8ebdda677f35bc762bf3b969f10472 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
String.Buffer: Allocate a constant program id.
2961:
/*! @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]