ReactOS 0.4.16-dev-2617-g01a0906
tif_version.c File Reference
#include "tiffiop.h"
Include dependency graph for tif_version.c:

Go to the source code of this file.

Functions

const charTIFFGetVersion (void)
 

Variables

static const char TIFFVersion [] = TIFFLIB_VERSION_STR
 

Function Documentation

◆ TIFFGetVersion()

const char * TIFFGetVersion ( void  )

Definition at line 28 of file tif_version.c.

28{ return (TIFFVersion); }
static const char TIFFVersion[]
Definition: tif_version.c:26

Variable Documentation

◆ TIFFVersion

const char TIFFVersion[] = TIFFLIB_VERSION_STR
static

Definition at line 26 of file tif_version.c.

Referenced by TIFFGetVersion().