mess822x 1.23
mess822x
Loading...
Searching...
No Matches
Macros | Functions | Variables
quote.c File Reference
#include "mess822.h"
#include "buffer.h"
#include "logmsg.h"
#include "exit.h"
Include dependency graph for quote.c:

Go to the source code of this file.

Macros

#define WHO   "quote"
 

Functions

void nomem ()
 
int main (int argc, char **argv)
 

Variables

stralloc quoted = {0}
 
stralloc addr = {0}
 
char * comment = 0
 

Macro Definition Documentation

◆ WHO

#define WHO   "quote"

Definition at line 6 of file quote.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 17 of file quote.c.

Here is the call graph for this function:

◆ nomem()

void nomem ( )

Definition at line 8 of file quote.c.

Here is the caller graph for this function:

Variable Documentation

◆ addr

stralloc addr = {0}

Definition at line 14 of file quote.c.

◆ comment

char* comment = 0

Definition at line 15 of file quote.c.

◆ quoted

stralloc quoted = {0}

Definition at line 13 of file quote.c.