|
Graphviz
2.41.20171026.1811
|
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <assert.h>
Go to the source code of this file.
Data Structures | |
| struct | buff_s |
Functions | |
| void * | buffstderr (void) |
| char * | unbuffstderr (struct buff_s *b) |
| void* buffstderr | ( | void | ) |
Definition at line 15 of file gvbuffstderr.c.
References assert, buff_s::fd, buff_s::pos, and buff_s::template.
| char* unbuffstderr | ( | struct buff_s * | b | ) |
Definition at line 43 of file gvbuffstderr.c.
References assert, buff_s::fd, NULL, buff_s::pos, and buff_s::template.
1.8.5