Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

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

#define SKIP_LEADING_GARBAGE   33
 

Definition at line 11 of file libvers.c.

Referenced by nc_inq_libvers().

#define STRING      XSTRING(x)
 

Definition at line 13 of file libvers.c.

#define XSTRING      #x
 

Definition at line 12 of file libvers.c.


Function Documentation

const char* nc_inq_libvers void   
 

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

const char nc_libvers[] [static]
 

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().

 

Powered by Plone

This site conforms to the following standards: