Skip to content

Instantly share code, notes, and snippets.

@johnlinp
Created April 18, 2017 07:37
Show Gist options
  • Save johnlinp/2f2f692f7ac5fcc57d4208cea32eae48 to your computer and use it in GitHub Desktop.
Save johnlinp/2f2f692f7ac5fcc57d4208cea32eae48 to your computer and use it in GitHub Desktop.
  1. example code 1
#include <stdio.h>
void foo();
  1. example code 2
#include <stdio.h>

void foo();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment