// alloc_data_area.h #ifndef _ALLOCDATAAREAH #define _ALLOCDATAAREAH // define procedure prototypes void *alloc_data_area(int, int); // id , size (bytes) #endif