Initial commit
This commit is contained in:
6
inc/decode.h
Normal file
6
inc/decode.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef DECODE_H
|
||||
#define DECODE_H
|
||||
|
||||
int decode(char* filename_input, char* filename_key, char* filename_output);
|
||||
|
||||
#endif
|
||||
6
inc/encode.h
Normal file
6
inc/encode.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef ENCODE_H
|
||||
#define ENCODE_H
|
||||
|
||||
int encode(char* filename_input, char* filename_key, char* filename_output);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user