spLib
Loading...
Searching...
No Matches
<sp/sp.h>: Basic Definitions

Macros

#define SP_NODATA   NULL
 
#define NODATA   SP_NODATA
 

Detailed Description

#include <sp/sp.h>

Macro Definition Documentation

◆ SP_NODATA

#define SP_NODATA   NULL

Means that there is no data for the vector type.

◆ NODATA

#define NODATA   SP_NODATA

Means that there is no data for the vector type.

Examples
filtertest.c, and mattest.c.