implement core file io
This commit is contained in:
10
src/printing.h
Normal file
10
src/printing.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef PRINTING_H
|
||||
#define PRINTING_H
|
||||
|
||||
#include <comet/cometlib.h>
|
||||
|
||||
ResultType(int64_t, objectPtr) impl_print(int64_t* args, CometVM* vm);
|
||||
ResultType(int64_t, objectPtr) impl_println(int64_t* args, CometVM* vm);
|
||||
ResultType(int64_t, objectPtr) impl_getline(int64_t* args, CometVM* vm);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user