#include "config.h"
#include <stddef.h>
#include <stdio.h>
#include <cgraph/cghdr.h>
#include <cgraph/rdr.h>
Go to the source code of this file.
|
| static int | iofread (void *chan, char *buf, int bufsize) |
| |
| static int | ioputstr (void *chan, const char *str) |
| |
| static int | ioflush (void *chan) |
| |
| static int | memiofread (void *chan, char *buf, int bufsize) |
| |
| Agraph_t * | agmemread (const char *cp) |
| | reads a graph from the input string
|
| |
◆ ioflush()
| static int ioflush |
( |
void * |
chan | ) |
|
|
static |
Definition at line 36 of file io.c.
◆ iofread()
| static int iofread |
( |
void * |
chan, |
|
|
char * |
buf, |
|
|
int |
bufsize |
|
) |
| |
|
static |
Definition at line 22 of file io.c.
◆ ioputstr()
| static int ioputstr |
( |
void * |
chan, |
|
|
const char * |
str |
|
) |
| |
|
static |
Definition at line 31 of file io.c.
References str.
◆ memiofread()
| static int memiofread |
( |
void * |
chan, |
|
|
char * |
buf, |
|
|
int |
bufsize |
|
) |
| |
|
static |
Definition at line 44 of file io.c.
◆ memIoDisc