cpython/Modules/_decimal/libmpdec/examples/README.txt
Antoine Pitrou 73b20ae2fb
bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)
Complete the update to libmpdec-2.5.1.

Co-authored-by: Stefan Krah <skrah@bytereef.org>
2021-03-30 18:11:06 +02:00

8 lines
139 B
Text

This directory contains a number of examples. In order to compile, run
(for example):
gcc -Wall -W -O2 -o powmod powmod.c -lmpdec -lm