Kiwi Script
KiwiScript Interpreter
|
Define KSCommandLine class. More...
#include "KSConfig.h"
Go to the source code of this file.
Functions | |
CNBoolean | KSParseCommandLine (struct KSConfig *config, int argc, const char **argv, struct CNResource *resource) |
Parse command line. More... | |
Define KSCommandLine class.
CNBoolean KSParseCommandLine | ( | struct KSConfig * | config, |
int | argc, | ||
const char ** | argv, | ||
struct CNResource * | resource | ||
) |
Parse command line.
True | Parse successed |
False | Parse failed |
config | Generated configuration |
argc | Count of arguments |
argv | Vector of arguments |
resource | Resource to allocate the expression |