Home | History | Annotate | Download | only in tutorial

Lines Matching full:printd

483 things.  For example, we can now add a nice sequencing operator (printd is
488 ready&gt; <b>extern printd(x);</b>
489 Read extern: declare double @printd(double)
492 ready&gt; <b>printd(123) : printd(456) : printd(789);</b>
1547 /* printd - printf that takes a double prints it as "%f\n", returning 0. */
1548 extern double printd(double X) {