Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/nettle/../uchar.h
Real path: /usr/include/uchar.h
Zurück
/* * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. */ #ifndef _UCHAR_H #define _UCHAR_H #include <sys/feature_tests.h> #include <iso/uchar_iso.h> /* * Allow global visibility for symbols defined in * C++ "std" namespace in <iso/uchar_iso.h>. */ #if __cplusplus >= 199711L using std::size_t; using std::mbstate_t; #endif #if __cplusplus >= 201103L using std::mbrtoc16; using std::c16rtomb; using std::mbrtoc32; using std::c32rtomb; #endif #endif /* _UCHAR_H */