![]() |
My Project
|
#include "bytebuf.h"Go to the source code of this file.
Functions | |
| char * | allocate_space (size_t n) |
| void | free_space (size_t n, char *p) |
| char * allocate_space | ( | size_t | n | ) |
Definition at line 3 of file bytebuf.cc.
| void free_space | ( | size_t | n, |
| char * | p | ||
| ) |
Definition at line 7 of file bytebuf.cc.