home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / uccs / root.14 / udk / usr / include / getwidth.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-19  |  765 b   |  28 lines

  1. /*
  2.  * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved. 
  3.  *                                                                         
  4.  *        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE               
  5.  *                   SANTA CRUZ OPERATION INC.                             
  6.  *                                                                         
  7.  *   The copyright notice above does not evidence any actual or intended   
  8.  *   publication of such source code.                                      
  9.  */
  10.  
  11. /*        copyright    "%c%"     */
  12.  
  13. #ident    "@(#)libw:inc/getwidth.h    1.1.1.3"
  14.  
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18.  
  19. #ifdef __STDC__
  20. extern void getwidth(eucwidth_t *);
  21. #else
  22. extern void getwidth();
  23. #endif
  24.  
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28.