Skip to content

Instantly share code, notes, and snippets.

@stephan-vandenheuvel
Created December 21, 2014 21:45
Show Gist options
  • Save stephan-vandenheuvel/ec39cf23a616d6e5b0b1 to your computer and use it in GitHub Desktop.
Save stephan-vandenheuvel/ec39cf23a616d6e5b0b1 to your computer and use it in GitHub Desktop.
#ifndef _GCC_WRAP_STDINT_H
#if __STDC_HOSTED__
# include_next <stdint.h>
#else
# include "stdint-gcc.h"
#endif
#define _GCC_WRAP_STDINT_H
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment