Displaying 3 results from an estimated 3 matches for "gzget".
Did you mean:
gzgetc
2006 Sep 28
1
Build error/zlib question
...ning: unused variable `param_unit'
windres --include-dir c:/rw2040dev/include -i makecdfenv_res.rc -o
makecdfenv_res.o
gcc -shared -s -o makecdfenv.dll makecdfenv.def read_cdffile.o
makecdfenv_res.o -Lc:/rw2040dev/bin -lR
read_cdffile.o:read_cdffile.c:(.text+0x42): undefined reference to
`gzgets'
read_cdffile.o:read_cdffile.c:(.text+0xf3): undefined reference to
`gzopen'
read_cdffile.o:read_cdffile.c:(.text+0x10f): undefined reference to
`gzgets'
read_cdffile.o:read_cdffile.c:(.text+0x140): undefined reference to
`gzrewind'
read_cdffile.o:read_cdffile.c:(.text+0x177): unde...
2006 Nov 11
1
Install bioconductor
...h.o
read_abatch.c:151:18: error: zlib.h: Aucun fichier ou r?pertoire de ce type
read_abatch.c:1244: error: expected declaration specifiers or '...' before
'gzFile'
read_abatch.c: In function 'ReadgzFileLine':
read_abatch.c:1245: warning: implicit declaration of function 'gzgets'
read_abatch.c:1245: error: 'currentFile' undeclared (first use in this
function)
read_abatch.c:1245: error: (Each undeclared identifier is reported only once
read_abatch.c:1245: error: for each function it appears in.)
read_abatch.c:1245: warning: comparison between pointer and intege...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...r *s));
+ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
/*
Writes the given null-terminated string to the compressed file, excluding
the terminating null character.
gzputs returns the number of characters written, or -1 in case of error.
*/
-extern char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
+ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
/*
Reads bytes from the compressed file until len-1 characters are read, or
a newline character is read and transferred to buf, or an end-of-file
@@ -729,19 +733,19 @@
gz...