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.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
2000-06-23
|
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.