# Section 1 / Examples of calling common C runtime functions This chapter gives examples of calling common C runtime functions from assembly language. ## Low level file operations The following example shows `open()`, `close()`, `read()`, `write()` and `lseek()`.