Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/monetary.h
Real path: /usr/include/monetary.h
Zurück
/* * Copyright (c) 1994, 2016, 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 extern ssize_t strfmon(char *_RESTRICT_KYWD, size_t, const char *_RESTRICT_KYWD, ...); #if (!defined(_STRICT_STDC) && !defined(__XOPEN_OR_POSIX)) || \ defined(_XPG7) || defined(__EXTENSIONS__) #ifndef _LOCALE_T #define _LOCALE_T typedef struct _LC_locale_t **locale_t; #endif /* !_LOCALE_T */ extern ssize_t strfmon_l(char *_RESTRICT_KYWD, size_t, locale_t, const char *_RESTRICT_KYWD, ...); #endif /* (!defined(_STRICT_STDC) && !defined(__XOPEN_OR_POSIX))... */ #ifdef __cplusplus } #endif #endif /* _MONETARY_H */