mirror of
https://github.com/janet-lang/janet
synced 2025-10-28 22:27:41 +00:00
Getting more work done on assembler, parer, and unit tests.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <dst/dst.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int dst_print(DstFiber *fiber, DstValue *argv, uint32_t argn) {
|
||||
int dst_print(DstValue *argv, uint32_t argn) {
|
||||
uint32_t i;
|
||||
for (i = 0; i < argn; ++i) {
|
||||
uint32_t j, len;
|
||||
|
||||
Reference in New Issue
Block a user