ze
Loading...
Searching...
No Matches
Classes | Macros | Functions
buffer.h File Reference

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

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Simple append-only string buffer used for terminal drawing.