Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./.././../../../../.././usr/include/pw.h
Real path: /usr/include/pw.h
Zurück
/* * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ #ifndef _PW_H #define _PW_H #ifdef __cplusplus extern "C" { #endif extern char *logname(void); extern char *regcmp(const char *, ...); extern char *regex(const char *, const char *, ...); #ifdef __cplusplus } #endif #endif /* _PW_H */