#ifndef _ALLOCV_H_7a093134_ #define _ALLOCV_H_7a093134_ struct allocv; typedef struct allocv ALLOCV; extern ALLOCV *allocv_init(int); extern int allocv_new(ALLOCV *); extern void *allocv_el(ALLOCV *, unsigned int); extern int allocv_okx(ALLOCV *, int); extern int allocv_n(ALLOCV *); #endif