Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ././../../../../../../usr/include/project_impl.h
Real path: /usr/include/project_impl.h
Zurück
/* * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. */ #ifndef _PROJECT_IMPL_H #define _PROJECT_IMPL_H #include <project.h> #ifdef __cplusplus extern "C" { #endif /* Private libproject interface. */ extern int proj_check_attr_semantics(const char *, char **); extern int proj_check_attr_syntax(const char *, char **); extern int proj_settaskid_bypid(pid_t, uint_t, char **); extern int _str2project(const char *, int, void *, char *, int); #ifdef __cplusplus } #endif #endif /* _PROJECT_IMPL_H */