ze
Loading...
Searching...
No Matches
Functions
buffer.c File Reference

Implementation of the append-only output buffer. More...

#include <stdlib.h>
#include <string.h>
#include "buffer.h"
Include dependency graph for buffer.c:

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

Implementation of the append-only output buffer.