30 lines
677 B
C
30 lines
677 B
C
/* @(#)38 1.6 src/bos/usr/include/wcstr.h, libcstr, bos411, 9428A410j 5/16/91 09:34:06 */
|
|
#ifndef _H_WCSTR
|
|
#define _H_WCSTR
|
|
/*
|
|
* COMPONENT_NAME: (LIBCNLS) Standard C Library National Language Support
|
|
*
|
|
* FUNCTIONS: wcstr.h
|
|
*
|
|
* 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.
|
|
*/
|
|
|
|
/***********
|
|
** wcs* move to string.h for Xopen
|
|
**********/
|
|
#include <string.h>
|
|
|
|
/**********
|
|
** to GET MBMAXLEN
|
|
**********/
|
|
#include <mbstr.h>
|
|
|
|
#endif /* _H_WCSTR */
|