regex.h 410 B

1234567891011121314151617
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/regex.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( OSF_NAMESPACE_C_CHECK )
  7. #include <reg_types.h>
  8. typedef __regex_t regex_t;
  9. typedef __regoff_t regoff_t;
  10. typedef __regmatch_t regmatch_t;
  11. #endif /* OSF_NAMESPACE_C_CHECK */