Function prototype: Difference between revisions

m
(PARI)
Line 65:
 
<lang c>long
foo(GEN a, GEN b)</codelang>
which takes two (required) <code>t_INT</code> arguments, returns a small integer (a [[C]] long) and appears as <code>bar</code> to the gp interpreter, the following command would be used:
<lang c>/*