PLplot  5.10.0
cdexpert.c File Reference
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "defines.h"
#include "cd.h"

Go to the source code of this file.

Defines

#define CD_CHECK_RETURN(x)

Functions

int main ()

Define Documentation

#define CD_CHECK_RETURN (   x)
Value:
if ( !( x ) )             \
    {                         \
        cdImageDestroy( im ); \
        fclose( outf );       \
        return 1;             \
    }

Definition at line 26 of file cdexpert.c.


Function Documentation

int main ( )

Definition at line 35 of file cdexpert.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines