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

Go to the source code of this file.

Macros

#define WHO   "b64encode"

Functions

int main (int argc, char **argv)

Variables

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

Macro Definition Documentation

◆ WHO

#define WHO   "b64encode"

Definition at line 8 of file b64encode.c.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 15 of file b64encode.c.

Here is the call graph for this function:

Variable Documentation

◆ line

stralloc line = {0}

Definition at line 10 of file b64encode.c.

◆ match

int match

Definition at line 13 of file b64encode.c.

◆ out

stralloc out = {0}

Definition at line 12 of file b64encode.c.

◆ temp

stralloc temp = {0}

Definition at line 11 of file b64encode.c.