27 lines
625 B
C
27 lines
625 B
C
/* @(#)47 1.1 src/bos/usr/include/pse/clib.h, sysxpse, bos411, 9428A410j 5/7/91 14:30:29 */
|
|
/*
|
|
* COMPONENT_NAME: LIBCPSE
|
|
*
|
|
* ORIGINS: 27 63
|
|
*
|
|
*
|
|
* (C) COPYRIGHT International Business Machines Corp. 1991
|
|
* All Rights Reserved
|
|
* Licensed Materials - Property of IBM
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
*/
|
|
|
|
/** Copyright (c) 1990 Mentat Inc.
|
|
** clib.h 1.1, last change 10/31/90
|
|
**/
|
|
|
|
#ifndef _CLIB_
|
|
#define _CLIB_
|
|
|
|
extern char * calloc();
|
|
extern char * malloc();
|
|
extern char * strdup();
|
|
|
|
#endif /*_CLIB_*/
|