Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ././../../../../../../usr/include/openldap/sys/id32.h
Real path: /usr/include/sys/id32.h
Zurück
/* * Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved. */ #ifndef _SYS_ID32_H #define _SYS_ID32_H #include <sys/types.h> #ifdef __cplusplus extern "C" { #endif #ifdef _KERNEL extern void id32_init(void); extern uint32_t id32_alloc(void *, int); extern void id32_free(uint32_t); extern void *id32_lookup(uint32_t); #endif /* KERNEL */ #ifdef __cplusplus } #endif #endif /* _SYS_ID32_H */