#include <fcntl.h>
#include <sys/stat.h>
#include "buffer.h"
#include "stralloc.h"
#include "getln.h"
#include "readwrite.h"
#include "exit.h"
#include "open.h"
#include "error.h"
#include "byte.h"
#include "scan.h"
#include "logmsg.h"
Go to the source code of this file.
|
void | nomem () |
void | doit (stralloc *line) |
int | main (int argc, char **argv) |
|
stralloc | target = {0} |
char * | to |
char | inbuf [BUFFER_INSIZE] |
char | outbuf [BUFFER_OUTSIZE] |
buffer | bi |
buffer | bo |
char | buf [256] |
buffer | in = BUFFER_INIT(read,0,buf,sizeof(buf)) |
stralloc | line = {0} |
◆ WHO
◆ doit()
void doit |
( |
stralloc * | line | ) |
|
◆ main()
int main |
( |
int | argc, |
|
|
char ** | argv ) |
◆ nomem()
◆ bi
◆ bo
◆ buf
◆ in
buffer in = BUFFER_INIT(read,0,buf,sizeof(buf)) |
◆ inbuf
char inbuf[BUFFER_INSIZE] |
◆ line
◆ outbuf
char outbuf[BUFFER_OUTSIZE] |
◆ target
◆ to