refactored the testing system, fixed fput and removed arr_asm.sl
This commit is contained in:
@@ -85,11 +85,14 @@
|
||||
|
||||
# Output
|
||||
extern int printf(char* fmt, double x)
|
||||
extern int fflush(void* stream)
|
||||
|
||||
word fput
|
||||
"%f" drop swap printf drop
|
||||
0 fflush drop
|
||||
end
|
||||
|
||||
word fputln
|
||||
"%f\n" drop swap printf drop
|
||||
0 fflush drop
|
||||
end
|
||||
Reference in New Issue
Block a user