MISR Toolkit  1.5.1
error.h
Go to the documentation of this file.
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2  * Copyright 1993, University Corporation for Atmospheric Research *
3  * See netcdf/COPYRIGHT file for copying and redistribution conditions. *
4  * *
5  * Copyright by The HDF Group. *
6  * Copyright by the Board of Trustees of the University of Illinois. *
7  * All rights reserved. *
8  * *
9  * This file is part of HDF. The full HDF copyright notice, including *
10  * terms governing use, modification, and redistribution, is contained in *
11  * the COPYING file, which can be found at the root of the source code *
12  * distribution tree, or in https://support.hdfgroup.org/ftp/HDF/releases/. *
13  * If you do not have access to either file, you may request a copy from *
14  * help@hdfgroup.org. *
15  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
16 
17 /* $Id$ */
18 #ifndef _NC_ERROR_
19 #define _NC_ERROR_
20 
21 #include "H4api_adpt.h"
22 
23 #ifndef NO_STDARG
24 HDFLIBAPI void nc_serror(const char *fmt, ...) ;
25 HDFLIBAPI void NCadvise(int err, const char *fmt,...) ;
26 #else
27 HDFLIBAPI void nc_serror() ;
28 HDFLIBAPI void NCadvise() ;
29 #endif /* NO_STDARG */
30 
31 #endif /* _NC_ERROR_ */
HDFLIBAPI void NCadvise(int err, const char *fmt,...)
HDFLIBAPI void nc_serror(const char *fmt,...)
#define HDFLIBAPI
Definition: H4api_adpt.h:195

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:53