Skip to content

Instantly share code, notes, and snippets.

@sleepdefic1t
Created August 30, 2019 12:49
Show Gist options
  • Save sleepdefic1t/d9970c41c55e4f18da963daec4021ff2 to your computer and use it in GitHub Desktop.
Save sleepdefic1t/d9970c41c55e4f18da963daec4021ff2 to your computer and use it in GitHub Desktop.
PRINTF uint64_t
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
uint64_t i;
printf("%"PRIu64"\n", i);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment