Introduction - If you have any usage issues, please Google them yourself
module dwin.lab.BigInt
/+
version(Tango)
{
import tango.stdc.math
import tango.stdc.stdlib
import tango.stdc.string
import tango.stdc.stdio
}
else
{
import std.c.math
import std.c.stdlib
import std.c.string
import std.c.stdio
}
。。。。。。。。