Category talk:Wren-gmp: Difference between revisions

Content added Content deleted
m (Fixed syntax highlighting.)
m (Added quotes to 'lang' attribute.)
Line 32: Line 32:


==Source code (Wren)==
==Source code (Wren)==
<syntaxhighlight lang=ecmascript>/* Module "gmp.wren" */
<syntaxhighlight lang="ecmascript">/* Module "gmp.wren" */


import "./trait" for Comparable
import "./trait" for Comparable
Line 1,153: Line 1,153:


==Source code (C)==
==Source code (C)==
<syntaxhighlight lang=c>/* gcc -O3 wren-gmp.c -o wren-gmp -lmpfr -lgmp -lwren -lm */
<syntaxhighlight lang="c">/* gcc -O3 wren-gmp.c -o wren-gmp -lmpfr -lgmp -lwren -lm */


#include <stdio.h>
#include <stdio.h>