Skip to content

Instantly share code, notes, and snippets.

@rday
Created August 12, 2015 22:22
Show Gist options
  • Save rday/207da601a8d8a10bb3a8 to your computer and use it in GitHub Desktop.
Save rday/207da601a8d8a10bb3a8 to your computer and use it in GitHub Desktop.
case2
#include <stdio.h>
#include <unistd.h>
int
main()
{
for(;;)
sleep(10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment