Kiwi Assembler
Assembler for KiwiVM
|
Parse command line. More...
#include "KAAssembleConfig.h"
Go to the source code of this file.
Functions | |
CNBoolean | KAParseCommandLine (struct KAAssemblerConfig *config, unsigned int argc, const char **argv, struct CNResource *resource) |
Parse command line and get configuration from it. More... | |
Parse command line.
CNBoolean KAParseCommandLine | ( | struct KAAssemblerConfig * | config, |
unsigned int | argc, | ||
const char ** | argv, | ||
struct CNResource * | resource | ||
) |
Parse command line and get configuration from it.
True | Command line parsing is succeed |
False | Has command line parse error |
config | Destination configuration |
argc | Count of command line arguments |
argv | Vector of command line arguments |
resource | Resource to allocate configuration |