home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 May
/
PCWorld_1999-05_cd.bin
/
software
/
Vyzkuste
/
inprise
/
INTRBASE_55
/
INCLUDE
/
IB_UTIL.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1998-10-18
|
697b
|
20 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 }
{ }
{***********************************************************}
unit ib_util;
interface
function ib_util_malloc(l: integer): pointer; cdecl; external 'ib_util.dll';
implementation
end.