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

Go to the source code of this file.

Functions

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

Variables

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

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 15 of file auto-int8.c.

Here is the call graph for this function:

◆ out()

void out ( char *  s)

Definition at line 10 of file auto-int8.c.

Here is the call graph for this function:

Variable Documentation

◆ b

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

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

◆ inbuf

char inbuf[256]

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