xxh/portable-musl-alpine/Setup.local
2021-03-14 14:20:44 +03:00

15 lines
493 B
Text

*static*
array arraymodule.c # array objects
cmath cmathmodule.c _math.c # -lm # complex math library functions
math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
_struct _struct.c # binary structure packing/unpacking
_random _randommodule.c # Random number generator
_datetime _datetimemodule.c # datetime accelerator
binascii binascii.c
select selectmodule.c
termios termios.c
fcntl fcntlmodule.c
resource resource.c
_posixsubprocess _posixsubprocess.c