Kiwi Script
KiwiScript Interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Macros
KSCommandLine.h
Go to the documentation of this file.
1 
8 #ifndef KSCOMMANDLINE_H
9 #define KSCOMMANDLINE_H
10 
11 #include "KSConfig.h"
12 
22 CNBoolean
23 KSParseCommandLine(struct KSConfig * config, int argc, const char ** argv, struct CNResource * resource) ;
24 
25 #endif /* KSCOMMANDLINE_H */
Configuration of KiwiScript.
Definition: KSConfig.h:17
Configuration of KiwiInterpreter.
CNBoolean KSParseCommandLine(struct KSConfig *config, int argc, const char **argv, struct CNResource *resource)
Parse command line.