mirror of
https://github.com/janet-lang/janet
synced 2025-11-11 21:14:16 +00:00
Major refactor. Move files around, merge compiler into
core and other changes, work on inlining many c functions.
This commit is contained in:
@@ -20,8 +20,9 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#define _DEFAULT_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <dst/dst.h>
|
||||
#include <dst/dstcorelib.h>
|
||||
#include <errno.h>
|
||||
|
||||
#define IO_WRITE 1
|
||||
|
||||
Reference in New Issue
Block a user