diff options
Diffstat (limited to 'stdlib/inlines.c')
-rw-r--r-- | stdlib/inlines.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stdlib/inlines.c b/stdlib/inlines.c new file mode 100644 index 0000000000..5f1065ea13 --- /dev/null +++ b/stdlib/inlines.c @@ -0,0 +1,3 @@ +#define _FORCE_INLINES +#define _EXTERN_INLINE /* empty */ +#include <gmp.h> |