slidescript/src/util.h
2021-04-06 17:16:16 -07:00

11 lines
307 B
C

/*
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
*/
void syn_error(char *message);
char *strip_nl(char *string);
void parse_args(int argc, char** argv);