16 lines
317 B
C
Raw Normal View History

/*
* PROGRAM: UDF and Blob filter Utilities library
* MODULE: ib_util.h
* DESCRIPTION: Prototype header file for ib_util.c
*
* Copyright (C) 1986-2010 Embarcadero Technologies Inc.
* All Rights Reserved.
*/
#ifndef _IB_UTIL_H
#define _IB_UTIL_H
extern void * ib_util_malloc (int);
#endif /* _IB_UTIL_H */