5948f76ddd32452f1852f3d45aa0757dac4389c5
[kaleidoscope-hs-old.git] / stdlib.c
1 #include <stdio.h>
2 extern double putchard(double x) {
3         putchar((int)x);
4         return 0;
5 }