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