Skip to content

Instantly share code, notes, and snippets.

@kryogenic
Created January 25, 2017 17:19
Show Gist options
  • Save kryogenic/4624803e3c4b446ed2580f0e9594c0be to your computer and use it in GitHub Desktop.
Save kryogenic/4624803e3c4b446ed2580f0e9594c0be to your computer and use it in GitHub Desktop.
// #define _VNC_DEBUG 1
#ifdef _VNC_DEBUG
#define VNC_DEBUG(fmt, ...) do { fprintf(stderr, fmt, ## __VA_ARGS__); } while (0)
#else
#define VNC_DEBUG(fmt, ...) do { } while (0)
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment