oopsies forgot static dont mind this commit

This commit is contained in:
BigBlase 2023-10-01 22:46:50 -04:00
parent 845c277cb0
commit 368fb3b02d

View file

@ -148,7 +148,7 @@ main(int argc, char *argv[])
return 0;
}
char*
static char*
e1(char *clearText, char key)
{
char *res = (char *)calloc(strlen(clearText) + 1, 1);
@ -161,7 +161,7 @@ e1(char *clearText, char key)
return res;
}
char*
static char*
d1(char *cypher, char key)
{
char *res = (char *)calloc(strlen(cypher) + 1, 1);