Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../.././../../../usr/include/procfs.h
Real path: /usr/include/procfs.h
Zurück
/* * Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved. */ #ifndef _PROCFS_H #define _PROCFS_H #ifdef __cplusplus extern "C" { #endif /* * This include file forces the new structured /proc definitions. * The structured /proc interface is the preferred API, and the * older ioctl()-based /proc interface will be removed in a future * version of Solaris. */ #ifdef _STRUCTURED_PROC #undef _STRUCTURED_PROC #endif #define _STRUCTURED_PROC 1 #include <sys/procfs.h> #ifdef __cplusplus } #endif #endif /* _PROCFS_H */