ucspi-tcp6 1.13.04
ucspi-tcp6
Loading...
Searching...
No Matches
auto-str.c File Reference
#include "buffer.h"
#include "exit.h"
Include dependency graph for auto-str.c:

Go to the source code of this file.

Functions

void puts (char *s)
int main (int argc, char **argv)

Variables

char bspace [BUFFER_SMALL]
buffer b = BUFFER_INIT(buffer_unixwrite,1,bspace,sizeof(bspace))

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

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

Here is the call graph for this function:

◆ puts()

void puts ( char * s)

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

Here is the caller graph for this function:

Variable Documentation

◆ b

buffer b = BUFFER_INIT(buffer_unixwrite,1,bspace,sizeof(bspace))

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

◆ bspace

char bspace[BUFFER_SMALL]

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