Skip to content

Instantly share code, notes, and snippets.

@TAbdiukov
Created January 22, 2021 09:41
Show Gist options
  • Save TAbdiukov/03bae10ceaedb7f37f02ce02f17e6d76 to your computer and use it in GitHub Desktop.
Save TAbdiukov/03bae10ceaedb7f37f02ce02f17e6d76 to your computer and use it in GitHub Desktop.
#ifdef _WIN32
#include "inttypes.h"
#else /* _WIN32 */
#include <inttypes.h>
#endif /* _WIN32 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment