Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 266 Bytes

miniz.c

File metadata and controls

13 lines (10 loc) · 266 Bytes
 
Jun 16, 2012
Jun 16, 2012
1
2
3
4
5
6
7
8
9
10
11
12
/**
* MojoSetup; a portable, flexible installation application.
*
* Please see the file LICENSE.txt in the source's root directory.
*
* This file written by Ryan C. Gordon.
*/
#define MINIZ_INCLUDE_IMPLEMENTATION 1
#include "miniz.h"
// end of miniz.c ...