BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
Defines | Functions
modcommon.h File Reference

Definitions and structures common to dynamically shared modules. More...

#include <oski/mangle.h>

Go to the source code of this file.

Defines

#define INC_OSKI_MODCOMMON_H
 oski/modcommon.h included.
Mangled names.
#define oski_InitModule   MANGLE_MOD_(oski_InitModule)
#define oski_CloseModule   MANGLE_MOD_(oski_CloseModule)
#define oski_GetShortDesc   MANGLE_MOD_(oski_GetShortDesc)
#define oski_GetLongDesc   MANGLE_MOD_(oski_GetLongDesc)

Functions

const char * oski_GetShortDesc (void)
 Method: Returns a short string description of the module.
const char * oski_GetLongDesc (void)
 Method: Returns a "long" string description of the module.
void oski_InitModule (void)
 Method: Initialize the module.
void oski_CloseModule (void)
 Method: Shutdown the module.

Detailed Description

Definitions and structures common to dynamically shared modules.


Define Documentation

oski/modcommon.h included.