netcdf-c/librpc/t_cdmr.c
2011-09-02 18:23:45 +00:00

20 lines
317 B
C

/* This example program is part of Unidata's netCDF library for
scientific data access.
How about a short, but meaningful, netCDF program?
Ed Hartnett, 6/19/4
$Id: simple.c,v 1.1 2004/07/26 14:04:42 ed Exp $
*/
#include <stdio.h>
#include <string.h>
#include <netcdf.h>
int
main()
{
return 0;
}