Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../.././../../../../usr/include/rpc/raw.h
Real path: /usr/include/rpc/raw.h
Zurück
/* * Copyright (c) 1989, 2020, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ /* * Portions of this source code were derived from Berkeley * 4.3 BSD under license from the Regents of the University of * California. */ #ifndef _RPC_RAW_H #define _RPC_RAW_H #ifdef __cplusplus extern "C" { #endif /* * raw.h * * Raw interface * The common memory area over which they will communicate */ extern char *_rawcombuf; #ifdef __cplusplus } #endif #endif /* _RPC_RAW_H */