Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/sys/ticlts.h
Real path: /usr/include/sys/ticlts.h
Zurück
/* * Copyright (c) 1993 by Sun Microsystems Inc. */ #ifndef _SYS_TICLTS_H #define _SYS_TICLTS_H #ifdef __cplusplus extern "C" { #endif #include <sys/tl.h> /* * Old error codes exposed in old man pages. Only for compatibility. * Do not use in any new program. */ #define TCL_BADADDR EINVAL /* bad addr specification */ #define TCL_BADOPT EINVAL /* bad option specification */ #define TCL_NOPEER EFAULT /* dest addr is unbound */ #define TCL_PEERBADSTATE EPROTO /* peer in wrong state */ #ifdef __cplusplus } #endif #endif /* _SYS_TICLTS_H */