b64/trans.h
2025-05-26 00:06:22 +02:00

12 lines
175 B
C

#ifndef HEADER_TRANS
#define HEADER_TRANS
#include "input.h"
unsigned char *
encode(unsigned char *op, int np);
unsigned char *
decode(unsigned char *sp, int *np);
#endif