12 lines
175 B
C
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
|