Hiding types details
This commit is contained in:
parent
51a6567533
commit
ac71169f33
|
@ -12,12 +12,7 @@
|
||||||
|
|
||||||
|
|
||||||
/* types */
|
/* types */
|
||||||
typedef struct _Array
|
typedef struct _Array Array;
|
||||||
{
|
|
||||||
void * data;
|
|
||||||
unsigned int cnt;
|
|
||||||
unsigned int size;
|
|
||||||
} Array;
|
|
||||||
|
|
||||||
typedef void (*ArrayApplyFunc)(void * data, void * userdata);
|
typedef void (*ArrayApplyFunc)(void * data, void * userdata);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user