netcdf-c/libcdmr/ast.h
2011-04-16 20:56:36 +00:00

18 lines
460 B
C

/*********************************************************************
* Copyright 2010, UCAR/Unidata
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
* $Id$
* $Header$
*********************************************************************/
#ifndef AST_H
#define AST_H
#include "ast_runtime.h"
#include "ast_internal.h"
#include "ast_byteio.h"
#include "ast_debug.h"
#include "ast_util.h"
#endif /*AST_H*/