#include <stddef.h>
#include <stdio.h>
#include <cgraph/cghdr.h>
#include <cgraph/rdr.h>
Go to the source code of this file.
◆ agmemread0()
Definition at line 73 of file io.c.
References agconcat(), AgIdDisc, AgIoDisc, agread(), agsetfile(), rdr_t::cur, rdr_t::data, disc, Agiodisc_s::flush, rdr_t::len, memIoDisc, NULL, and Agiodisc_s::putstr.
Referenced by agmemconcat(), and agmemread().
◆ ioflush()
static int ioflush |
( |
void * |
chan | ) |
|
|
static |
Definition at line 34 of file io.c.
◆ iofread()
static int iofread |
( |
void * |
chan, |
|
|
char * |
buf, |
|
|
int |
bufsize |
|
) |
| |
|
static |
Definition at line 20 of file io.c.
◆ ioputstr()
static int ioputstr |
( |
void * |
chan, |
|
|
const char * |
str |
|
) |
| |
|
static |
Definition at line 29 of file io.c.
References str.
◆ memiofread()
static int memiofread |
( |
void * |
chan, |
|
|
char * |
buf, |
|
|
int |
bufsize |
|
) |
| |
|
static |
Definition at line 42 of file io.c.
◆ memIoDisc