/exc_old

Extended C libraries (old)

Primary LanguageCMIT LicenseMIT

exC - Extended C libraries

By Sami Alameddine et al.

The exc libraries provide functions that would be otherwise boilerplate. the std/ directory contains cross-platform code. while the posix/ directory contains code that is exclusive to operating systems that confirm to the POSIX specification.

Dependencies

  • sys/
  • pthread.h (-lpthread)
  • In the future, X11 (-lX11)

Further documentation will be available in the future.

This project is liscensed under the EXPAT (MIT) Liscnese

DISCLAIMER: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.