XSugar Tools  beta
SoftwareTools for XML processing
xsg-pp-opt.h
Go to the documentation of this file.
00001 
00008 #import <Coconut/Coconut.h>
00009 #import "xsg-common-opt.h"
00010 
00014 struct XsgPpOption {
00016     struct XsgCommonOption      commonOptions ;
00018     struct CNString *                   inputFileName ;
00019 } ;
00020 
00025 static inline void
00026 XsgPpInitOption(struct XsgPpOption * dst)
00027 {
00028     XsgInitCommonOption(&(dst->commonOptions)) ;
00029     dst->inputFileName = NULL ;
00030 }
00031 
00039 BOOL
00040 XsgPpParseCommandLine(struct XsgPpOption * dst, int argc, const char *argv[], struct CNResource * resource) ;
00041 
00042 
00043 
 All Classes Files Functions Variables Enumerations Enumerator Defines