Choco OS  V.0.16.9.0
Join to the chocolate world
oc_stringlist.h
Go to the documentation of this file.
1 
28 #ifndef INC_OC_STRINGLIST_H_
29 #define INC_OC_STRINGLIST_H_
30 
31 #include <oc_errors.h>
32 #include <oc_list.h>
33 #include <oc_string.h>
34 
40 #define _________________________________________TYPES_SECTION______________________________________________________________________________
41 
44 typedef oC_List(oC_String_t) oC_StringList_t;
45 
46 #undef _________________________________________TYPES_SECTION______________________________________________________________________________
47 
54 #define _________________________________________FUNCTIONS_SECTION__________________________________________________________________________
55 
58 extern oC_StringList_t oC_StringList_New ( void );
59 extern oC_ErrorCode_t oC_StringList_Delete ( oC_StringList_t * StringList );
60 
61 #undef _________________________________________FUNCTIONS_SECTION__________________________________________________________________________
62 
64 #endif /* INC_OC_STRINGLIST_H_ */
The file with list library.
The file with interface for string library.