SIGN IN SIGN UP
facebook / zstd UNCLAIMED

Zstandard - Fast real-time compression algorithm

fix LLU->ULL

LLU is a correct prefix according to C99 & C11 standards (but not C90).
However, older versions of Visual Studio do not work with it.
Replace by ULL, which doesn't have this issue.

Fixes https://github.com/facebook/zstd/issues/3647
Y
Yann Collet committed
2abe8d63e06f0e7c9adacd50855a05023e51f1e0
Parent: b293d2e