Skip to content

I/O System Calls Implemented

Compare
Choose a tag to compare
@smuehlst smuehlst released this 27 Jun 20:01
· 354 commits to master since this release

This release implements Newlib's open(), close(), read() and write() system calls bases on Circle's I/O functions. This enables stdio functionality.

Notes:

  • The lseek() system call is not implemented, because Circle provides no seek functionality. This means that fseek() does not work as well.
  • stdin, stdout and stderr are not implemented yet.