home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / uccs / root.14 / udk / usr / include / monetary.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-19  |  922 b   |  36 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. #ifndef _MONETARY_H
  12. #define _MONETARY_H
  13. #ident    "@(#)sgs-head:common/head/monetary.h    1.4"
  14.  
  15. #ifndef _SSIZE_T
  16. #   define _SSIZE_T
  17.     typedef int    ssize_t;
  18. #endif
  19.  
  20. #ifndef _SIZE_T
  21. #   define _SIZE_T
  22.     typedef unsigned int    size_t;
  23. #endif
  24.  
  25. #ifdef __cplusplus
  26. extern "C" {
  27. #endif
  28.  
  29. extern ssize_t    strfmon(char *, size_t, const char *, ...);
  30.  
  31. #ifdef __cplusplus
  32. }
  33. #endif
  34.  
  35. #endif /*_MONETARY_H*/
  36.