mess822x 1.26
mess822x
Loading...
Searching...
No Matches
b64decode.c File Reference
#include "buffer.h"
#include "logmsg.h"
#include "getln.h"
#include "mess822.h"
#include "exit.h"
Include dependency graph for b64decode.c:

Go to the source code of this file.

Macros

#define WHO   "b64decode"

Functions

int main ()

Variables

stralloc line = {0}
stralloc temp = {0}
stralloc out = {0}
int match

Macro Definition Documentation

◆ WHO

#define WHO   "b64decode"

Definition at line 7 of file b64decode.c.

Function Documentation

◆ main()

int main ( )

Definition at line 14 of file b64decode.c.

Here is the call graph for this function:

Variable Documentation

◆ line

stralloc line = {0}

Definition at line 9 of file b64decode.c.

◆ match

int match

Definition at line 12 of file b64decode.c.

◆ out

stralloc out = {0}

Definition at line 11 of file b64decode.c.

◆ temp

stralloc temp = {0}

Definition at line 10 of file b64decode.c.