home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 May
/
PCWorld_1999-05_cd.bin
/
software
/
Vyzkuste
/
inprise
/
INTRBASE_55
/
INCLUDE
/
IB_UTIL.H
next >
Wrap
C/C++ Source or Header
|
1998-10-18
|
307b
|
15 lines
/*
* 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 */