#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "dspline.h"
Go to the source code of this file.
Macros |
#define | MemError1(a) do { fprintf( stderr, "MEMORY ERROR %d\n" a "\n", __LINE__ ); exit( __LINE__ ); } while ( 0 ) |
Variables |
const char | header [] = "*/" |
Macro Definition Documentation
#define MemError1 |
( |
|
a | ) |
do { fprintf( stderr, "MEMORY ERROR %d\n" a "\n", __LINE__ ); exit( __LINE__ ); } while ( 0 ) |
Function Documentation
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Variable Documentation
const char header[] = "*/" |