Searched refs:strwinerror (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/zlib-55/zlib/
H A Dminigzip.c71 but may be overwritten by a subsequent call to strwinerror
73 The strwinerror function does not change the current setting
76 static char *strwinerror (error) function
119 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
121 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));

Completed in 64 milliseconds