2017-10-26 09:07:39 +00:00
|
|
|
/*
|
|
|
|
* PROGRAM: UDF and Blob filter Utilities library
|
|
|
|
* MODULE: ib_util.h
|
|
|
|
* DESCRIPTION: Prototype header file for ib_util.c
|
|
|
|
*
|
2018-07-06 16:30:37 +02:00
|
|
|
* Copyright (C) 1986-2010 Embarcadero Technologies Inc.
|
2017-10-26 09:07:39 +00:00
|
|
|
* All Rights Reserved.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _IB_UTIL_H
|
|
|
|
#define _IB_UTIL_H
|
|
|
|
|
2018-07-06 16:30:37 +02:00
|
|
|
extern void * ib_util_malloc (int);
|
2017-10-26 09:07:39 +00:00
|
|
|
|
|
|
|
#endif /* _IB_UTIL_H */
|