Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1.  
  2. int main(int argc, char **argv)
  3. {
  4.  
  5. #ifdef WIN32
  6. //atexit((void (__cdecl *)(void))_CrtDumpMemoryLeaks);
  7. #ifndef _DEBUG
  8. #ifndef __GNUC__
  9. __try {
  10. #endif
  11. #endif
  12. #endif
  13.  
  14.  
  15. setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
  16.  
  17. int dedicated = 0;
  18. char *load = NULL, *initscript = NULL;
  19.  
  20. #define log(s) puts("init: " s)
  21.  
  22. initing = INIT_RESET;
  23.  
  24. conoutf("penis");
  25. conoutf("args(%d): '%s', '%s'", argc, argc > 1 ? argv[1] : "", argc > 2 ? argv[2] : "");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement