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

Go to the source code of this file.

Macros

#define WHO   "tokenize"
 

Functions

void put (char *buf, int len)
 
int main ()
 

Variables

stralloc line = {0}
 
int match
 
stralloc tokens = {0}
 

Macro Definition Documentation

◆ WHO

#define WHO   "tokenize"

Definition at line 7 of file tokenize.c.

Function Documentation

◆ main()

int main ( )

Definition at line 32 of file tokenize.c.

Here is the call graph for this function:

◆ put()

void put ( char *  buf,
int  len 
)

Definition at line 14 of file tokenize.c.

Here is the caller graph for this function:

Variable Documentation

◆ line

stralloc line = {0}

Definition at line 27 of file tokenize.c.

◆ match

int match

Definition at line 28 of file tokenize.c.

◆ tokens

stralloc tokens = {0}

Definition at line 30 of file tokenize.c.