Home --> Documentations --> PJLIB Reference
Go to the documentation of this file.
void pj_array_insert(void *array, unsigned elem_size, unsigned count, unsigned pos, const void *value)
void pj_array_erase(void *array, unsigned elem_size, unsigned count, unsigned pos)
pj_status_t pj_array_find(const void *array, unsigned elem_size, unsigned count, pj_status_t(*matching)(const void *value), void **result)
int pj_status_t Definition: types.h:68
#define PJ_BEGIN_DECL Definition: config.h:1284
#define PJ_END_DECL Definition: config.h:1285
Declaration of basic types and utility.
PJLIB Open Source, high performance, small footprint, and very very portable framework
Copyright (C) 2006-2009 Teluu Inc.
|