Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../.././../../usr/include/re_comp.h
Real path: /usr/include/re_comp.h
Zurück
/* * Copyright (c) 1995, 2016, Oracle and/or its affiliates. All rights reserved. */ #ifndef _RE_COMP_H #define _RE_COMP_H #include <sys/feature_tests.h> #ifdef __cplusplus extern "C" { #endif extern char *re_comp(const char *); extern int re_exec(const char *); #ifdef __cplusplus } #endif #endif /* _RE_COMP_H */