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.
- */
-
- #ifndef _MONETARY_H
- #define _MONETARY_H
- #ident "@(#)sgs-head:common/head/monetary.h 1.4"
-
- #ifndef _SSIZE_T
- # define _SSIZE_T
- typedef int ssize_t;
- #endif
-
- #ifndef _SIZE_T
- # define _SIZE_T
- typedef unsigned int size_t;
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- extern ssize_t strfmon(char *, size_t, const char *, ...);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif /*_MONETARY_H*/
-