1
0
Dev_Vernam/inc/encode.h

6 lines
119 B
C
Raw Permalink Normal View History

2022-12-15 20:10:44 +01:00
#ifndef ENCODE_H
#define ENCODE_H
int encode(char* filename_input, char* filename_key, char* filename_output);
#endif