Kiwi Assembler
Assembler for KiwiVM
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
KACommandLineParser.h File Reference

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...
 

Detailed Description

Parse command line.

Copyright
Copyright (C) 2014 Steel Wheels Project

Function Documentation

CNBoolean KAParseCommandLine ( struct KAAssemblerConfig config,
unsigned int  argc,
const char **  argv,
struct CNResource *  resource 
)

Parse command line and get configuration from it.

Return values
TrueCommand line parsing is succeed
FalseHas command line parse error
Parameters
configDestination configuration
argcCount of command line arguments
argvVector of command line arguments
resourceResource to allocate configuration