You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Refactor `write_data`, `read_data`, `write_str`, `read_str` functio…
…ns to use system calls `open`,
`read`, `write`, `close` instead of `fopen`, `fread`, `fwrite`, `fclose` to prevent dynamic memory
allocation/deallocation by a C library.