evo-crypter
 
Loading...
Searching...
No Matches
fn_3.h
Go to the documentation of this file.
1#ifndef EVO_MUTATIONS_FUNCTIONS_FN_3_H
2#define EVO_MUTATIONS_FUNCTIONS_FN_3_H
3
4// Declare vigenere_key as extern
5extern char vigenere_key[];
6
7// Declare the function prototypes
8void fn_3_up(char* str);
9void fn_3_down(char* str);
10
11#endif // EVO_MUTATIONS_FUNCTIONS_FN_3_H
void fn_3_down(char *str)
Definition fn_3.c:31
void fn_3_up(char *str)
Definition fn_3.c:8
char vigenere_key[]
Definition fn_3.c:6