This commit is contained in:
Vítor Santos Costa
2018-04-27 17:37:42 +01:00
parent 1c293a9af4
commit 44ac70d3ab
28 changed files with 436 additions and 1401 deletions

View File

@@ -21,10 +21,9 @@
@addtogroup ChYInterface
@{
\
@brief Core interface to YAP.
@brief C-Interface to YAP.
@toc
The following routines export the YAP internals and architecture.
*/
@@ -70,10 +69,10 @@ __BEGIN_DECLS
/**
* X_API macro
*
* brif
*
* @param _WIN32
* @brief declares the symbol as to be exported/imported from a
* DLL. It is mostly ignored in Linux, but honored in WIN32.
*
* @return
*/
@@ -81,6 +80,7 @@ __BEGIN_DECLS
/* Primitive Functions */
// Basic operation that follows a pointer chain.
#define YAP_Deref(t) (t)
X_API