This is for exploring and demonstrating ways to extend the available integer math in C. Cコンパイラが提供する整数を拡張するための探険用のソースコードです。
Where I ran out of time last week. Demonstrats add/sub/mul/bitdiv. C's lack of an overflow target for math (especially division) makes it hard to expand. But...