Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./.././../../../../.././usr/include/utime.h
Real path: /usr/include/utime.h
Zurück
/* * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ /* utimbuf is used by utime(2) */ #ifndef _UTIME_H #define _UTIME_H #include <sys/utime.h> #ifdef __cplusplus extern "C" { #endif extern int utime(const char *, const struct utimbuf *); #ifdef __cplusplus } #endif #endif /* _UTIME_H */