Skip to content

Instantly share code, notes, and snippets.

@aligoren
Created May 20, 2013 11:47
Show Gist options
  • Save aligoren/5611785 to your computer and use it in GitHub Desktop.
Save aligoren/5611785 to your computer and use it in GitHub Desktop.
#if defined(_WIN64)
#include <conio.h>
#include<stdio.h>
//C / C ++ KODLARINIZ
getch();
#elif defined(_WIN32)
#include <conio.h>
#include<stdio.h>
// C / C++ KODLARINIZ
getch();
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment