I/O System Calls Implemented
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.