Skip to content

Instantly share code, notes, and snippets.

@andrew-hardin
Created May 26, 2016 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrew-hardin/b7687acc8b29403df320ee50fe3ca69f to your computer and use it in GitHub Desktop.
Save andrew-hardin/b7687acc8b29403df320ee50fe3ca69f to your computer and use it in GitHub Desktop.
#include <math.h>
#include <stdint.h>
typedef int8_t int8;
typedef int16_t int16;
typedef int32_t int32;
typedef int64_t int64;
typedef uint8_t uint8;
typedef uint16_t uint16;
typedef uint32_t uint32;
typedef uint64_t uint64;
typedef float_t float32;
typedef double_t float64;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment