Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/xcb/../unctrl.h
Real path: /usr/include/unctrl.h
Zurück
/* * Copyright (c) 1988, 2003, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ /* * University Copyright- Copyright (c) 1982, 1986, 1988 * The Regents of the University of California * All Rights Reserved * * University Acknowledgment- Portions of this document are derived from * software developed by the University of California, Berkeley, and its * contributors. */ #ifndef _UNCTRL_H #define _UNCTRL_H #ifdef __cplusplus extern "C" { #endif extern char *_unctrl[]; #if !defined(NOMACROS) && !defined(__lint) #define unctrl(ch) (_unctrl[(unsigned)ch]) #endif /* NOMACROS && __lint */ #ifdef __cplusplus } #endif #endif /* _UNCTRL_H */