1 #ifndef __PARAM_H__ 2 #define __PARAM_H__ 3 4 #ifndef _BSD_EXTENSION 5 This header file is an extension to ANSI/POSIX 6 #endif 7 8 #ifdef __cplusplus 9 extern "C" { 10 #endif 11 12 #define NOFILES_MAX 100 13 14 #ifdef __cplusplus 15 } 16 #endif 17 18 #endif /* !__PARAM_H__ */ 19