Changes between Version 3 and Version 4 of FilesystemAPITutorial
- Timestamp:
- 2017-04-09T07:41:11Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FilesystemAPITutorial
v3 v4 120 120 }}} 121 121 122 Finally, we can write our message. This time we use a compound literal to pass our initial position .122 Finally, we can write our message. This time we use a compound literal to pass our initial position: 123 123 124 {{{ 124 125 char greeting[] = "Hello world!"; 125 126 ssize_t size = vfs_write(hello, (aoff64_t []) {0}, greeting, sizeof(greeting));