X-Git-Url: https://git.lukelau.me/?p=kaleidoscope-hs-old.git;a=blobdiff_plain;f=stdlib.c;fp=stdlib.c;h=5948f76ddd32452f1852f3d45aa0757dac4389c5;hp=0000000000000000000000000000000000000000;hb=c67238064a9570e5c22566413b68906c9fcf39fe;hpb=749e5a29af22fc74b8c597485de9be6485ccc62f diff --git a/stdlib.c b/stdlib.c new file mode 100644 index 0000000..5948f76 --- /dev/null +++ b/stdlib.c @@ -0,0 +1,5 @@ +#include +extern double putchard(double x) { + putchar((int)x); + return 0; +}