Skip to content

Instantly share code, notes, and snippets.

@pcyu16
Created May 18, 2012 09:02
Show Gist options
  • Select an option

  • Save pcyu16/2724095 to your computer and use it in GitHub Desktop.

Select an option

Save pcyu16/2724095 to your computer and use it in GitHub Desktop.
system function test 2
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
#ifdef WIN32
system("pause");
#endif
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment