mkfile fix
[henge/webcc.git] / src / core / util.c
1 /*!@file
2 \brief The March Init
3 \details Initialization of subsystems and third party software
4 \author Ken
5 \date 2016
6 ------------------------------------------------------------------------------*/
7 #include <stdio.h>
8 #include <unistd.h>
9 #include <ctype.h>
10 #include <string.h>
11 #ifdef __Win32
12 #include <windows.h>
13 #endif
14 #ifdef __EMSCRIPTEN__
15 #include <emscripten/emscripten.h>
16 #endif
17
18