BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB Reference

array.h File Reference

PJLIB Array helper. More...

Go to the source code of this file.

Functions

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)
 

Detailed Description

PJLIB Array helper.

 


PJLIB Open Source, high performance, small footprint, and very very portable framework
Copyright (C) 2006-2009 Teluu Inc.