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 >
Pascal/Delphi Source File  |  2000-06-23  |  697b  |  20 lines

  1. {***********************************************************}
  2. {                                                           }
  3. {     PROGRAM:    UDF and Blob filter Utilities library         }
  4. {     MODULE:        ib_util.h                                     }
  5. {     DESCRIPTION:    Prototype header file for ib_util.c       }
  6. {                                                           }
  7. {  copyright (c) 1998 by InterBase Software Corporation     }
  8. {                                                           }
  9. {***********************************************************}
  10. unit ib_util;
  11.  
  12. interface
  13.  
  14. function ib_util_malloc(l: integer): pointer; cdecl; external 'ib_util.dll';
  15.  
  16. implementation
  17.  
  18. end.
  19.  
  20.