PLplot
5.13.0
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.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 ) |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const char | header [] |
#define MemError1 | ( | a | ) | do { fprintf( stderr, "MEMORY ERROR %d\n" a "\n", __LINE__ ); exit( __LINE__ ); } while ( 0 ) |
Definition at line 38 of file tai-utc-gen.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 75 of file tai-utc-gen.c.
const char header[] |
Definition at line 40 of file tai-utc-gen.c.