Current File : //usr/include/getwidth.h
/*
 * Copyright (c) 1989, Oracle and/or its affiliates. All rights reserved.
 */

/*	Copyright (c) 1984 AT&T	*/
/*	  All Rights Reserved  	*/

#ifndef	_GETWIDTH_H
#define	_GETWIDTH_H

#include <euc.h>

#ifdef	__cplusplus
extern "C" {
#endif

#ifdef	__STDC__
extern void getwidth(eucwidth_t *);
#else	/* __STDC__ */
extern void getwidth();
#endif	/* __STDC__ */

#ifdef	__cplusplus
}
#endif

#endif	/* _GETWIDTH_H */