param.h 243 B

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