mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
…
|
||
---|---|---|
.. | ||
compare.c | ||
div.c | ||
divmod.c | ||
multiply.c | ||
pow.c | ||
powmod.c | ||
README.txt | ||
shift.c | ||
sqrt.c |
This directory contains a number of examples. In order to compile, run (for example): gcc -Wall -W -O2 -o powmod powmod.c -lmpdec -lm