forked from Mirror/wren
Fix formatting error (#1078)
Fixed error that caused `<stdio.h>` to disappear from C `#include` directive
This commit is contained in:
@ -208,7 +208,7 @@ You can find this file in the [example](https://github.com/wren-lang/wren/blob/m
|
|||||||
<pre class="snippet" data-lang="c">
|
<pre class="snippet" data-lang="c">
|
||||||
//For more details, visit https://wren.io/embedding/
|
//For more details, visit https://wren.io/embedding/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "wren.h"
|
#include "wren.h"
|
||||||
|
|
||||||
static void writeFn(WrenVM* vm, const char* text)
|
static void writeFn(WrenVM* vm, const char* text)
|
||||||
|
|||||||
Reference in New Issue
Block a user