string.h 514 B

12345678910111213141516171819202122
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/rtldef/string.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( VMS_DECC_BUILTIN_CHECK )
  7. define FD_ZERO(__p) memset((__p), 0, sizeof(*(__p)))
  8. #endif /* VMS_DECC_BUILTIN_CHECK */
  9. #if defined( VMS_DISABLE_DECC_STRING_BUILTINS_CHECK )
  10. #if !defined(__VAX) && !defined(__GNUC__)
  11. #endif /* VMS_DISABLE_DECC_STRING_BUILTINS_CHECK */