Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/KHR/../tiuser.h
Real path: /usr/include/tiuser.h
Zurück
/* * Copyright (c) 1988, 2016, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ #ifndef _TIUSER_H #define _TIUSER_H /* * TLI user interface definitions. */ #include <sys/ccompile.h> #include <sys/tiuser.h> #ifdef __cplusplus extern "C" { #endif /* * For why t_errno is defined like this, * see the discussion of errno in <errno.h> */ #if defined(__lint) || defined(_ERRNO_VERIFY) extern int *__t_errno(int) __CONST; #define t_errno (*(__t_errno(0))) #else extern int *__t_errno(void) __CONST; #define t_errno (*(__t_errno())) #endif /* defined(__lint) || defined(_ERRNO_VERIFY) */ #pragma does_not_read_global_data(__t_errno) #pragma does_not_write_global_data(__t_errno) #pragma no_side_effect(__t_errno) #ifdef __cplusplus } #endif #endif /* _TIUSER_H */