Lichen

lib/libc/__init__.py

932:c07b0dd14f85
2021-06-28 Paul Boddie Moved integer instantiation support to library functions.
     1 #!/usr/bin/env python     2      3 "C library support package."     4      5 # vim: tabstop=4 expandtab shiftwidth=4