Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../.././../usr/include/rad/adr_stream_helpers.h
Real path: /usr/include/rad/adr_stream_helpers.h
Zurück
/* * Copyright (c) 2012, 2022, Oracle and/or its affiliates. */ #ifndef _ADR_STREAM_HELPERS_H #define _ADR_STREAM_HELPERS_H #include <rad/adr_stream.h> #ifdef __cplusplus extern "C" { #endif /* * Implementations of file descriptor streams are provided for convenience. */ adr_stream_t *adr_stream_create_fd(int); adr_stream_t *adr_stream_create_fds(int, int); #ifdef __cplusplus } #endif #endif /* _ADR_STREAM_HELPERS_H */