Skip to content

Instantly share code, notes, and snippets.

@pcyu16
Created May 18, 2012 08:59
Show Gist options
  • Select an option

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

Select an option

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