mess822x 1.23
mess822x
Loading...
Searching...
No Matches
Functions | Variables
auto-str.c File Reference
#include <unistd.h>
#include "buffer.h"
#include "readwrite.h"
#include "exit.h"
Include dependency graph for auto-str.c:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

char outbuf [256]
 
buffer bo = BUFFER_INIT(write,1,outbuf,sizeof(outbuf))
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 14 of file auto-str.c.

Variable Documentation

◆ bo

buffer bo = BUFFER_INIT(write,1,outbuf,sizeof(outbuf))

Definition at line 7 of file auto-str.c.

◆ outbuf

char outbuf[256]

Definition at line 6 of file auto-str.c.