CCUnit
2.1
A C Unit Testing Library
|
Linked list cell. More...
![]() |
Data Structures | |
struct | CCUnitListCell |
List Cell class. More... |
Typedefs | |
typedef struct CCUnitListCell | CCUnitListCell |
List Cell class. |
Functions | |
static CCUnitListCell * | ccunit_newListCell () |
create new list cell object. | |
static void | ccunit_deleteListCell (CCUnitListCell *cell) |
delete list cell object. |
Linked list cell.
typedef struct CCUnitListCell CCUnitListCell |
List Cell class.
|
inlinestatic |
delete list cell object.
cell | deleting cell. |
References safe_free.
Referenced by ccunit_deleteList().
|
inlinestatic |
create new list cell object.
Referenced by ccunit_addList().
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sat Jul 13 2013 15:09:15 for CCUnit by
![]() |