rui314 / 9cc

A Small C Compiler
MIT License
1.83k stars 155 forks source link

#include <stdio.h> #18

Open rain-1 opened 5 years ago

rain-1 commented 5 years ago

Hello. I can't include the C standard library yet. what is the plan for this?

ashWhiteHat commented 5 years ago

@rain-1 Are you using MacOS? If so, you need to execute $ ./Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg according to following the issue. https://github.com/frida/frida/issues/338

rain-1 commented 5 years ago

I'm using linux