void CSV( double[*] dataL) { StdIO::printf( "%f", dataL); } int main() { CSV( 5.0); return(0); }