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
5
extern
char
vigenere_key
[];
6
7
// Declare the function prototypes
8
void
fn_3_up
(
char
* str);
9
void
fn_3_down
(
char
* str);
10
11
#endif
// EVO_MUTATIONS_FUNCTIONS_FN_3_H
fn_3_down
void fn_3_down(char *str)
Definition
fn_3.c:31
fn_3_up
void fn_3_up(char *str)
Definition
fn_3.c:8
vigenere_key
char vigenere_key[]
Definition
fn_3.c:6
src
mutations
functions
fn_3.h
Generated by
1.9.8