mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Add include guards to datagen.h
This commit is contained in:
parent
5eaf5da723
commit
5b2c0dbed0
1 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
|||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
#ifndef DATAGEN_H
|
||||
#define DATAGEN_H
|
||||
|
||||
#include <stddef.h> /* size_t */
|
||||
|
||||
|
|
@ -22,3 +23,5 @@ void RDG_genBuffer(void* buffer, size_t size, double matchProba, double litProba
|
|||
RDG_genStdout
|
||||
Same as RDG_genBuffer, but generates data into stdout
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue