mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Convert names to CamelCase
This commit is contained in:
committed by
W. Felix Handte
parent
b70175e5ec
commit
b6b23dfe64
@ -122,7 +122,7 @@ int UTIL_requireUserConfirmation(const char* prompt, const char* abortMsg, const
|
||||
#define STRDUP(s) strdup(s)
|
||||
#endif
|
||||
|
||||
char* human_size(long size, char* str);
|
||||
char* humanSize(long size, char* str);
|
||||
|
||||
/**
|
||||
* Calls platform's equivalent of stat() on filename and writes info to statbuf.
|
||||
|
Reference in New Issue
Block a user