first commit
This commit is contained in:
commit
9b1fe95a8e
7 changed files with 234 additions and 0 deletions
12
trans.h
Normal file
12
trans.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue