1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-09 19:50:16 +00:00
QB64-PE/internal/c/parts/zlib-1.2.11/download/contrib/infback9
SteveMcNeill 449bdecacd Adding ZLIB into the QB64 parts system for windows.
Two new keywords added:
FUNCTION _INFLATE$ (text$)
FUNCTION _DEFLATE$ (text$)

Use of these commands can compress and decompress strings using the ZLIB library.
2019-08-27 18:22:07 -04:00
..
infback9.c Adding ZLIB into the QB64 parts system for windows. 2019-08-27 18:22:07 -04:00
infback9.h Adding ZLIB into the QB64 parts system for windows. 2019-08-27 18:22:07 -04:00
inffix9.h Adding ZLIB into the QB64 parts system for windows. 2019-08-27 18:22:07 -04:00
inflate9.h Adding ZLIB into the QB64 parts system for windows. 2019-08-27 18:22:07 -04:00
inftree9.c Adding ZLIB into the QB64 parts system for windows. 2019-08-27 18:22:07 -04:00
inftree9.h Adding ZLIB into the QB64 parts system for windows. 2019-08-27 18:22:07 -04:00
README Adding ZLIB into the QB64 parts system for windows. 2019-08-27 18:22:07 -04:00

See infback9.h for what this is and how to use it.