Imported Upstream version 0.1beta
[debian/yforth] / division.c
1 #include <stdio.h>
2 main() { printf("#define FLOORED_DIVISION %d\n", (-10 % 7) > 0 ? 1 : 0); }