1
0
Files
2022-09-29 17:59:04 +03:00

13 lines
156 B
C

/*
* util.h
*
* Description:
* Header file for util.c
*
* History:
* rogerc 01/17/91 Created
*/
void *
safe_malloc( unsigned size );