Files
2022-10-26 12:25:11 +08:00

15 lines
293 B
C

/*
* PROGRAM: UDF and Blob filter Utilities library
* MODULE: ib_util.h
* DESCRIPTION: Prototype header file for ib_util.c
*
* copyright (c) 1998 by InterBase Software Corporation
*/
#ifndef _IB_UTIL_H
#define _IB_UTIL_H
extern void * ib_util_malloc (long);
#endif /* _IB_UTIL_H */