mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
[examples] Clean up and comment the examples
This commit is contained in:
@ -16,10 +16,10 @@
|
||||
|
||||
|
||||
/*=== Dependencies ===*/
|
||||
#include <stdio.h> /* printf */
|
||||
#include <stdio.h> // printf
|
||||
#define ZSTD_STATIC_LINKING_ONLY
|
||||
#include "zstd.h"
|
||||
#include "utils.h"
|
||||
#include <zstd.h> // presumes zstd library is installed
|
||||
#include "common.h" // Helper functions, CHECK(), and CHECK_ZSTD()
|
||||
|
||||
|
||||
/*=== functions ===*/
|
||||
|
Reference in New Issue
Block a user