ReactOS 0.4.15-dev-7842-g558ab78
tif_version.c File Reference
#include <precomp.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 29 of file tif_version.c.

30{
31 return (TIFFVersion);
32}
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().