Cobalt Framework  beta
Console application support
CBCommandLineParser.h
Go to the documentation of this file.
00001 
00008 #ifndef CBCOMMANDLINEPARSER_H
00009 #define CBCOMMANDLINEPARSER_H
00010 
00011 #include <Coconut/Coconut.h>
00012 #include "CBError.h"
00013 #include "CBForwarders.h"
00014 
00025 struct CBCommandLine *
00026 CBParseCommandLine(const struct CBCommandLineForm * form, unsigned int argc, const char * argv[], struct CNResource * resource, struct CBError * error) ;
00027 
00028 #endif  /* CBCOMMANDLINEPARSER_H */
 All Classes Files Functions Variables Enumerations Enumerator Defines