Kiwi Assembler
Assembler for KiwiVM
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KACommandLineParser.h
Go to the documentation of this file.
1 
8 #ifndef KACOMMANDLINEPARSER_H
9 #define KACOMMANDLINEPARSER_H
10 
11 #include "KAAssembleConfig.h"
12 
22 CNBoolean
23 KAParseCommandLine(struct KAAssemblerConfig * config, unsigned int argc, const char ** argv, struct CNResource * resource) ;
24 
25 #endif /* KACOMMANDLINEPARSER_H */
Definition: KAAssembleConfig.h:22
CNBoolean KAParseCommandLine(struct KAAssemblerConfig *config, unsigned int argc, const char **argv, struct CNResource *resource)
Parse command line and get configuration from it.
Define data struct KAAssemblerConfig.