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

6 lines
119 B
C

#ifndef DECODE_H
#define DECODE_H
int decode(char* filename_input, char* filename_key, char* filename_output);
#endif