#include "substdio.h"
#include "str.h"
#include "byte.h"
#include "error.h"
Go to the source code of this file.
◆ substdio_bput()
int substdio_bput |
( |
substdio * |
s, |
|
|
char * |
buf, |
|
|
int |
len |
|
) |
| |
◆ substdio_bputs()
int substdio_bputs |
( |
substdio * |
s, |
|
|
char * |
buf |
|
) |
| |
◆ substdio_flush()
◆ substdio_put()
int substdio_put |
( |
substdio * |
s, |
|
|
char * |
buf, |
|
|
int |
len |
|
) |
| |
◆ substdio_putflush()
int substdio_putflush |
( |
substdio * |
s, |
|
|
char * |
buf, |
|
|
int |
len |
|
) |
| |
◆ substdio_puts()
int substdio_puts |
( |
substdio * |
s, |
|
|
char * |
buf |
|
) |
| |
◆ substdio_putsflush()
int substdio_putsflush |
( |
substdio * |
s, |
|
|
char * |
buf |
|
) |
| |