Skip to content

Instantly share code, notes, and snippets.

@thwarted
Created May 13, 2014 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thwarted/2b2182ad65125e0f0af0 to your computer and use it in GitHub Desktop.
Save thwarted/2b2182ad65125e0f0af0 to your computer and use it in GitHub Desktop.
pause
#include <unistd.h>
void main() { pause(); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment