Portable print function using inttypes, multiplication

This commit is contained in:
vegowotenks 2024-10-08 23:24:25 +02:00
parent a663ce2044
commit aec860a6b8
4 changed files with 48 additions and 10 deletions

View file

@ -26,9 +26,10 @@
int BuiltinFunction_Minus(CallFrame* top_frame);
int BuiltinFunction_Plus(CallFrame* top_frame);
int BuiltinFunction_Multiply(CallFrame* top_frame);
int BuiltinFunction_Equality(CallFrame* top_frame);
int BuiltinFunction_PrintLine(CallFrame* top_frame);
int BuiltinFunction_Duplicate(CallFrame* top_frame);
#endif
#endif