/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* bos72Q src/bos/usr/include/jcode.h 1.4.1.1                             */
/*                                                                        */
/* Licensed Materials - Property of IBM                                   */
/*                                                                        */
/* COPYRIGHT International Business Machines Corp. 1989,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                                                     */
/* @(#)21	1.4.1.1  src/bos/usr/include/jcode.h, libcnls, bos72Q, q2019_13A4 2/4/19 06:29:17 */
/*
 * COMPONENT_NAME: (LIBCNLS) Standard C Library National Library Support 
 *
 * FUNCTIONS: 
 *
 * ORIGINS: 27
 *
 * (C) COPYRIGHT International Business Machines Corp. 1989
 * 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.
 */
/*
 *   jcode.h: definitions for jis/sj/uj conversion routines
 */

#ifdef __cplusplus
extern "C" {
#endif

extern unsigned char
		*cjistosj(),	/* character conversion */
		*cjistouj(),
		*csjtojis(),
		*csjtouj(),
		*cujtojis(),
		*cujtosj(),

		*jistosj(),	/* string conversion */
		*jistouj(),
		*sjtojis(),
		*sjtouj(),
		*ujtojis(),
		*ujtosj();

#ifdef __cplusplus
}
#endif
