1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

updated doc with zstd homepage

This commit is contained in:
Yann Collet
2016-07-09 22:56:12 +02:00
parent 0809a8863d
commit e66708daf7
2 changed files with 7 additions and 3 deletions

View File

@ -73,7 +73,8 @@ static void* loadFile_X(const char* fileName, size_t* size)
return buffer;
}
/* createDict() :
`dictFileName` is supposed to have been created using `zstd --train` */
static const ZSTD_DDict* createDict(const char* dictFileName)
{
size_t dictSize;