IODA
03-VariablesIntro.c File Reference

Basic usage of Variables using the C interface. More...

#include <stdio.h>
#include <string.h>
#include "ioda/C/ioda_c.h"
#include "ioda/defs.h"
Include dependency graph for 03-VariablesIntro.c:

Go to the source code of this file.

Macros

#define sslin(x)   #x
 
#define slin(x)   sslin(x)
 
#define doErr
 

Functions

int main (int argc, char **argv)
 

Detailed Description

Basic usage of Variables using the C interface.

See also
03-VariablesIntro.cpp for comments and the walkthrough.

Definition in file 03-VariablesIntro.c.