source:
git/factory/cf_gmp.h
@
abb4787
Last change on this file since abb4787 was daa556, checked in by , 12 years ago | |
---|---|
|
|
File size: 190 bytes |
Line | |
---|---|
1 | #ifndef CF_GMP_H |
2 | #define CF_GMP_H |
3 | |
4 | |
5 | #define __cplusplus_backup __cplusplus |
6 | #undef __cplusplus |
7 | extern "C" { |
8 | #include <gmp.h> |
9 | }; |
10 | #define __cplusplus __cplusplus_backup |
11 | |
12 | |
13 | #endif /* CF_GMP_H */ |
Note: See TracBrowser
for help on using the repository browser.