Advertisement
makos

Untitled

Jul 22nd, 2011
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. #ifdef _WIN32
  2. # define CLEAR system("cls")
  3. #else
  4. # define CLEAR system("clear")
  5. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement