1
0
Dev_Vernam/inc/encode.h
2022-12-15 20:10:44 +01:00

6 lines
119 B
C

#ifndef ENCODE_H
#define ENCODE_H
int encode(char* filename_input, char* filename_key, char* filename_output);
#endif