stdlib_iso.h 429 B

12345678910111213141516
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/iso/stdlib_iso.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( SOLARIS_CXX_LINKAGE_CHECK )
  7. #if __cplusplus >= 199711L && !__GNUG__
  8. extern "C++" {
  9. void *bsearch(const void *, const void *, size_t, size_t,
  10. #endif /* SOLARIS_CXX_LINKAGE_CHECK */