Skip to content

Instantly share code, notes, and snippets.

@ethercflow
Created June 7, 2018 14:12
Show Gist options
  • Select an option

  • Save ethercflow/0edce0737b8c116a6436e28ae69a5f4e to your computer and use it in GitHub Desktop.

Select an option

Save ethercflow/0edce0737b8c116a6436e28ae69a5f4e to your computer and use it in GitHub Desktop.
int main(void) {
int i = 0;
for (; i < 10; i++) {
vfork();
}
while(1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment