/*
* Copyright (c) 1994, 2003, Oracle and/or its affiliates. All rights reserved.
*/
#ifndef _MONETARY_H
#define _MONETARY_H
#include <sys/feature_tests.h>
#include <sys/types.h>
#ifdef __cplusplus
extern "C" {
#endif
#if defined(__STDC__)
extern ssize_t strfmon(char *_RESTRICT_KYWD, size_t,
const char *_RESTRICT_KYWD, ...);
#else
extern ssize_t strfmon();
#endif
#ifdef __cplusplus
}
#endif
#endif /* _MONETARY_H */