X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;ds=inline;f=stdlib.c;fp=stdlib.c;h=5948f76ddd32452f1852f3d45aa0757dac4389c5;hb=c67238064a9570e5c22566413b68906c9fcf39fe;hp=0000000000000000000000000000000000000000;hpb=749e5a29af22fc74b8c597485de9be6485ccc62f;p=kaleidoscope-hs-old.git 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; +}