/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* bos72Q src/bos/usr/include/IN/CSdefs.h 1.9.1.1                         */
/*                                                                        */
/* Licensed Materials - Property of IBM                                   */
/*                                                                        */
/* COPYRIGHT International Business Machines Corp. 1988,2019              */
/* All Rights Reserved                                                    */
/*                                                                        */
/* US Government Users Restricted Rights - Use, duplication or            */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.      */
/*                                                                        */
/* IBM_PROLOG_END_TAG                                                     */
/* @(#)90	1.9.1.1  src/bos/usr/include/IN/CSdefs.h, libIN, bos72Q, q2019_13A4 2/4/19 06:28:44 */
/*
 * COMPONENT_NAME: LIBIN
 *
 * FUNCTIONS:
 *
 * ORIGINS: 9,27
 *
 * (C) COPYRIGHT International Business Machines Corp. 1988, 1993
 * 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.
 *
 */

#ifndef _H_CSDEFS
#define _H_CSDEFS

#ifdef __cplusplus
extern "C" {
#endif

/*
 * Type definitions of the CA and CS routines of libIN
 */

extern char *CAcpy(), *CAfill(), *CAtr(), *CScat(),
	*CScpy(), *CScpym(), *CScpyn(), *CScpyu(), *CScpyum(),
	*CSdevname(), *CSdname(), *CSgetl(), *CSgets(), *CSloca(),
	*CSlocc(), *CSlocs(), *CSloct(), *CSprintf(), *CSskpa(),
	*CSskpc(), *CSskps(), *CSskpt(), *CSsname();
extern int CScmp(), CScmpp(), CScurdir(), CSlen(), CSnil();
extern long CStol();

#define CSequal(a,b) (CScmp(a,b)==0)

#ifdef __cplusplus
}
#endif

#endif /* _H_CSDEFS */
