Created
December 21, 2014 21:45
-
-
Save stephan-vandenheuvel/ec39cf23a616d6e5b0b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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