Skip to content

Instantly share code, notes, and snippets.

@mochadwi
Created June 22, 2021 16:05
Show Gist options
  • Save mochadwi/8ccfca71b9bc3cc63ede3b8fd133105d to your computer and use it in GitHub Desktop.
Save mochadwi/8ccfca71b9bc3cc63ede3b8fd133105d to your computer and use it in GitHub Desktop.
file = fopen("file.txt", "r");
if (file == NULL) {
// handle error & return
}
// work with file, check for error after each file operation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment