Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/sys/devt.h
Real path: /usr/include/sys/devt.h
Zurück
/* * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. */ #ifndef _SYS_DEVT_H #define _SYS_DEVT_H #ifdef _KERNEL #include <sys/devt_impl.h> #endif #ifdef __cplusplus extern "C" { #endif extern major_t getmajor(dev_t); extern minor_t getminor(dev_t); extern minor_t getmaxminor(); extern dev_t makedevice(major_t, minor_t); #ifdef __cplusplus } #endif #endif /* _SYS_DEVT_H */