mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
8 lines
139 B
Text
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
|
|
|
|
|