void njPrintF( loc, val, digit ) Int loc Float val Int digit
10,10に値3.14を3桁で出力する njPrintF(NJM_LOCATION(10,10),3.14,10);