Skip to content

Instantly share code, notes, and snippets.

@Keith-S-Thompson
Created April 30, 2013 20:39
Show Gist options
  • Save Keith-S-Thompson/5491764 to your computer and use it in GitHub Desktop.
Save Keith-S-Thompson/5491764 to your computer and use it in GitHub Desktop.
Trivial FILE example
#include <stdio.h>
int main(void) {
FILE *f;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment