#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#include "ADF.h"
Go to the source code of this file.
Defines | |
#define | CGNSDLL |
#define | FALSE 0 |
#define | TRUE 1 |
#define | StatusOK -1 |
#define | NO_DATA 33 |
#define | TO_UPPER(c) ((islower(c))?(toupper(c)):(c)) |
#define | EVAL_2_BYTES(C0, C1) (((C0)<<8)+((C1))) |
Functions | |
CGNSDLL void | adf_cond (double InputRootID, double OutputRootID) |
#define CGNSDLL |
Definition at line 33 of file adf_cond.c.
#define EVAL_2_BYTES | ( | C0, | |||
C1 | ) | (((C0)<<8)+((C1))) |
Definition at line 50 of file adf_cond.c.
#define FALSE 0 |
Definition at line 39 of file adf_cond.c.
#define NO_DATA 33 |
Definition at line 45 of file adf_cond.c.
#define StatusOK -1 |
Definition at line 44 of file adf_cond.c.
#define TO_UPPER | ( | c | ) | ((islower(c))?(toupper(c)):(c)) |
Definition at line 49 of file adf_cond.c.
#define TRUE 1 |
Definition at line 42 of file adf_cond.c.
CGNSDLL void adf_cond | ( | double | InputRootID, | |
double | OutputRootID | |||
) |
Definition at line 83 of file adf_cond.c.