1
0
Dev_Vernam/inc/decode.h

6 lines
119 B
C
Raw Permalink Normal View History

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