00001 00013 #ifndef CCONST_H_INCLUDED 00014 #define CCONST_H_INCLUDED 00015 00016 #include <Coconut/coconut-sysdep.h> 00017 #include <Coconut/clist.h> 00018 00025 @interface CConst : NSObject 00026 { 00027 } 00028 00034 + load ; 00035 00041 + (NSString *) space ; 00042 00048 + (NSString *) newline ; 00049 00055 + (NSString *) comma ; 00056 00057 @end 00058 00059 #endif /* CCONST_H_INCLUDED */ 00060