Home
last modified time | relevance | path

Searched refs:zlibVersion (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/gs/zlib/
H A Dzlib.h182 #define zlib_version zlibVersion()
187 ZEXTERN const char * ZEXPORT zlibVersion OF((void));
H A Dzutil.c31 const char * ZEXPORT zlibVersion() in zlibVersion() function
H A Dexample.c525 if (zlibVersion()[0] != myVersion[0]) {
529 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
H A DChangeLog533 - zlibVersion and gzerror return const char* (needed for DLL)
550 - added a function zlibVersion (for the DLL support)