slidescript/src/inc/enc.h

11 lines
271 B
C
Executable File

/*
SlideScript - minimalistic top-down scripting language.
(C) Copyright 2014-2021 Chris Dorman - some rights reserved (GPLv2)
View README file supplied with this software for more details
*/
char *ss_encrypt(char *string);
char *ss_decrypt(char *string);