Initial commit
[kaleidoscope.git] / Kaleidoscope / stdlib.hpp
1 //
2 //  stdlib.hpp
3 //  Kaleidoscope
4 //
5 //  Created by Luke Lau on 11/02/2018.
6 //  Copyright © 2018 Luke Lau. All rights reserved.
7 //
8
9 #ifndef stdlib_hpp
10 #define stdlib_hpp
11
12 #include <stdio.h>
13
14 #endif /* stdlib_hpp */