This commit is contained in:
Vitor Santos Costa
2018-11-23 14:00:20 +00:00
parent 999de8df19
commit 0230ff35d1
8 changed files with 29 additions and 23 deletions

View File

@@ -1,7 +1,10 @@
extern "C" {
#include "inline-only.h"
#define _EXPORT_KERNEL 1
}
#include "yapi.hh"

View File

@@ -13,21 +13,22 @@
#include <vector>
extern "C" {
#include "YapConfig.h"
}
#if HAVE_GMPXX_H || defined(__ANDROID__)
#include <gmpxx.h>
#elif HAVE_GMP_H
#include <gmp.h>
#endif
/*!
*
* @ingroup fli_c_cxx
* @defgroup yap-cplus-interface An object oriented interface for YAP.
*
* @{
1 * @{
*
*
* @brief C++ wrapper to terms, predicates and queries