• Wesley W. Terpstra's avatar
    move stdint.h and inttypes.h to another folder · 4fd8e991
    Wesley W. Terpstra authored
    These headers shadow system headers.
    While they are necessary for building on the LM32, it breaks any
    code that wants the other WR headers on a different architecture.
    
    By moving these headers, we can pick whether to use them or not.
    4fd8e991