Added : Sparse write support

--[no-]sparse command
This commit is contained in:
Yann Collet
2016-05-23 16:56:56 +02:00
parent da4fe741b8
commit 75424d1139
3 changed files with 91 additions and 5 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ extern "C" {
***************************************/
void FIO_overwriteMode(void);
void FIO_setNotificationLevel(unsigned level);
void FIO_setMaxWLog(unsigned maxWLog); /**< if `maxWLog` == 0, no max enforced */
void FIO_setMaxWLog(unsigned maxWLog); /**< if `maxWLog` == 0, no max enforced */
void FIO_setSparseWrite(unsigned sparse); /**< 0: no sparse; 1: disable on stdout; 2: always enabled */
/*-*************************************