#include <config.h>#include "netcdf.h"Include dependency graph for libvers.c:

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 | |
| static const char | nc_libvers [] |
|
|
Definition at line 15 of file libvers.c. Referenced by nc_inq_libvers(). |
|
|
|
|
|
|
|
|
Definition at line 22 of file libvers.c. 00023 { 00024 return &nc_libvers[SKIP_LEADING_GARBAGE]; 00025 }
|
|
|
Initial value:
"\044Id: \100(#) netcdf library version " STRING(VERSION) " of "__DATE__" "__TIME__" $"
Definition at line 18 of file libvers.c. Referenced by nc_inq_libvers(). |
1.4.4