Skip to content
  • 卜部昌平's avatar
    437800d3
    getenv: is in stdlib.h · 437800d3
    卜部昌平 authored
    getenv is a very basic function that has been in stdlib.h since
    ISO/IEC 9899:1990.  There is absolutely zero need for us to redeclare.
    
    pty.c already includes stdlib.h out of the box so we need nothing.
    437800d3
    getenv: is in stdlib.h
    卜部昌平 authored
    getenv is a very basic function that has been in stdlib.h since
    ISO/IEC 9899:1990.  There is absolutely zero need for us to redeclare.
    
    pty.c already includes stdlib.h out of the box so we need nothing.
Loading