s/qmail 4.3.21
Next generation secure email transport
Loading...
Searching...
No Matches
auto-int.c File Reference
#include <unistd.h>
#include "buffer.h"
#include "exit.h"
#include "scan.h"
#include "fmt.h"
Include dependency graph for auto-int.c:

Go to the source code of this file.

Functions

void out (char *s)
int main (int argc, char *const *argv)

Variables

char inbuf [BUFFER_SMALL]
buffer b = BUFFER_INIT(write,1,inbuf,sizeof(inbuf))

Function Documentation

◆ main()

int main ( int argc,
char *const * argv )

Definition at line 16 of file auto-int.c.

Here is the call graph for this function:

◆ out()

void out ( char * s)

Definition at line 11 of file auto-int.c.

Here is the call graph for this function:

Variable Documentation

◆ b

buffer b = BUFFER_INIT(write,1,inbuf,sizeof(inbuf))

Definition at line 9 of file auto-int.c.

◆ inbuf

char inbuf[BUFFER_SMALL]

Definition at line 8 of file auto-int.c.