Missing header file in Ubuntu 24.04 LTS
VictorZhangAI opened this issue · comments
The code in chapter 1 cannot be compiled as open() is in unistd.h and the read() is in fcntl.h
Write a simple interpreter of C. Inspired by c4 and largely based on it.
Repository from Github https://github.comlotabout/write-a-C-interpreter
VictorZhangAI opened this issue · comments
The code in chapter 1 cannot be compiled as open() is in unistd.h and the read() is in fcntl.h