Wheefun I/O Library  0.0.5
Useful I/O Primitives.
Macros
common.h File Reference

Common definitions for the Numerics module. More...

#include <wfio/host.h>

Go to the source code of this file.

Macros

#define WFIO_NUM_DLL   WFIO_IMPORT
 Mark the symbol as an element of the NUM module. More...
 
#define WFIO_NUM_DLL_FASTCALL   WFIO_NUM_DLL WFIO_FASTCALL
 Shothand for WFIO_NUM_DLL WFIO_FASTCALL.
 

Detailed Description

Common definitions for the Numerics module.

Author
Phillip Kilgore
Since
0.0.5

Macro Definition Documentation

◆ WFIO_NUM_DLL

#define WFIO_NUM_DLL   WFIO_IMPORT

Mark the symbol as an element of the NUM module.

This macro is like WFIO_DLL, except that it is only activated when the Numerics module is being built.