home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved.
- *
- * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE
- * SANTA CRUZ OPERATION INC.
- *
- * The copyright notice above does not evidence any actual or intended
- * publication of such source code.
- */
-
- /* copyright "%c%" */
-
- #ident "@(#)libw:inc/getwidth.h 1.1.1.3"
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #ifdef __STDC__
- extern void getwidth(eucwidth_t *);
- #else
- extern void getwidth();
- #endif
-
- #ifdef __cplusplus
- }
- #endif
-