source:
git/factory/cf_gmp.h
@
1983c3
Last change on this file since 1983c3 was 1983c3, checked in by , 12 years ago | |
---|---|
|
|
File size: 189 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.