C99 module documentation¶
C99¶
C99 headers and libraries that are missing from the C compilers for Python2.
Installation¶
Prerequisites:
- Python 2.7
- pip and setuptools
To install run:
python -m pip install --upgrade C99
Development¶
Prerequisites:
Development is strictly based on tox. To install it run:
python -m pip install --upgrade tox
Visit Development page.
Installation from sources:
clone the sources:
git clone https://github.com/karpierz/C99.git C99
and run:
python -m pip install ./C99
or on development mode:
python -m pip install --editable ./C99
License¶
Copyright (c) 2018-2025 Adam KarpierzLicensed under the zlib/libpng LicensePlease refer to the accompanying LICENSE file.
Authors¶
- Adam Karpierz <adam@karpierz.net>