Make inttypes.h optional. #345

This commit is contained in:
Nathan Moinvaziri 2018-11-19 21:34:35 -08:00
parent 0ecfd22443
commit 1ee609b759
24 changed files with 88 additions and 141 deletions

View file

@ -11,18 +11,14 @@
See the accompanying LICENSE file for the full text of the license.
*/
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <ctype.h>
#include <time.h>
#include "mz.h"
#include "mz_crypt.h"
#include "mz_os.h"
#include "mz_strm.h"
#include "mz_strm_os.h"
#include <ctype.h> // tolower
/***************************************************************************/
int32_t mz_path_combine(char *path, const char *join, int32_t max_path)