Skip to content
  • Nick Wellnhofer's avatar
    Don't check for standard C89 headers · 776d15d3
    Nick Wellnhofer authored
    Don't check for
    
    - ctype.h
    - errno.h
    - float.h
    - limits.h
    - math.h
    - signal.h
    - stdarg.h
    - stdlib.h
    - string.h
    - time.h
    
    Stop including non-standard headers
    
    - malloc.h
    - strings.h
    776d15d3