Doxygen Source Code Documentation
libvers.c File Reference
#include "netcdf.h"Go to the source code of this file.
Defines | |
| #define | SKIP_LEADING_GARBAGE 33 |
| #define | XSTRING(x) #x |
| #define | STRING(x) XSTRING(x) |
Functions | |
| const char * | nc_inq_libvers (void) |
Variables | |
| const char | nc_libvers [] |
Define Documentation
|
|
Definition at line 11 of file libvers.c. Referenced by nc_inq_libvers(). |
|
|
|
|
|
|
Function Documentation
|
|
Definition at line 18 of file libvers.c. References nc_libvers, and SKIP_LEADING_GARBAGE. Referenced by usage().
00019 {
00020 return &nc_libvers[SKIP_LEADING_GARBAGE];
00021 }
|
Variable Documentation
|
|
Initial value:
"\044Id: \100(#) netcdf library version " STRING(VERSION) " of "__DATE__" "__TIME__" $"Definition at line 14 of file libvers.c. Referenced by nc_inq_libvers(). |