Lichen

lib/libc/__init__.py

529:d6a50fe5b3ad
2017-02-02 Paul Boddie Moved C library functionality into a separate package, adjusting built-in object dependencies and making the POSIX functionality more specific (and less likely to be included by many programs).
     1 #!/usr/bin/env python     2      3 "C library support package."     4      5 # vim: tabstop=4 expandtab shiftwidth=4