home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 January
/
Chip_2001-01_cd1.bin
/
tema
/
interb
/
InterBase_WI-V6.0-server.exe
/
server
/
SDK
/
include
/
ib_util.h
next >
Wrap
C/C++ Source or Header
|
2000-06-23
|
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 */