Lichen

Annotated 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).
paul@529 1
#!/usr/bin/env python
paul@529 2
paul@529 3
"C library support package."
paul@529 4
paul@529 5
# vim: tabstop=4 expandtab shiftwidth=4