Skip to content

Instantly share code, notes, and snippets.

@shichao-an
Created June 8, 2015 20:53
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 shichao-an/8387fdff1497e1cc7fd6 to your computer and use it in GitHub Desktop.
Save shichao-an/8387fdff1497e1cc7fd6 to your computer and use it in GitHub Desktop.
#include <stdlib.h>
void exit(int status);
void _Exit(int status);
#include <unistd.h>
void _exit(int status);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment