|
ze
|
Simple append-only string buffer used for terminal drawing. More...

Go to the source code of this file.
Classes | |
| struct | abuf |
Macros | |
| #define | ABUF_INIT {NULL, 0} |
Functions | |
| void | abAppend (struct abuf *ab, const char *s, int len) |
| Append raw bytes to the dynamic append buffer. | |
| void | abFree (struct abuf *ab) |
| Free the memory held by an append buffer. | |
Simple append-only string buffer used for terminal drawing.