22 lines
653 B
C
22 lines
653 B
C
static char sccsid[] = "@(#)51 1.1 src/bos/usr/lpp/Unicode/methods/__pcstombs_unistd.c, cfgnls, bos411, 9428A410j 1/21/94 10:15:13";
|
|
/*
|
|
* COMPONENT_NAME: CFGNLS
|
|
*
|
|
* FUNCTIONS: __pcstombs_unistd
|
|
*
|
|
* ORIGINS: 27
|
|
*
|
|
* IBM CONFIDENTIAL -- (IBM Confidential Restricted when
|
|
* combined with the aggregated modules for this product)
|
|
* SOURCE MATERIALS
|
|
*
|
|
* (C) COPYRIGHT International Business Machines Corp. 1994
|
|
* All Rights Reserved
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
*/
|
|
int __pcstombs_unistd()
|
|
{
|
|
return -1;
|
|
}
|