dpf int n,d,p [ /* display proper fraction n/d as a decimal number /* (w/o the leading decimal point) with p-digit precision int w;w=10*n/d;if (p) [MC w,14;dpf 10*n%d,d,p-1] ]