Git Product home page Git Product logo

unixlib's Introduction

unixlib

Branch master

Build Status

License

C standard library replacement for UNIX systems created for Hacktoberfest 2016.

This library consists of replacements for simple C standard functions, important data structures, and everyday algorithms. It mainly focuses on getting rid of the error-checking/cross platform features to reduce the functions to small pieces of understandable code which easily fit in one source file.

The mindset in this project is to get rid of abstraction, focusing on what something is intended to do. As such, any form of object-oriented programming is prohibited. Keep it simple.

For a complete and a detailed documentation, please refer to the wiki

Compilation

Compilation is achieved through the use of GNU Make. A makefile is provided in the root directory.

To compile the lib, input:

$ make

(Note: when compiling, a dynamic library with stripped out labels is produced. If you wish to keep the labels and add support for debugging meta information, please compile with make debug)

To remove the object files only:

$ make clean

To remove the object and lib files:

$ make fclean

To recompile everything:

$ make re

To install the library:

# make install

Documentation

To use the library, include <unixlib.h> in your file, and use the -lunixlib flag.

Every function, structure, or global variable from the library is defined in unixlib.h. Documentation regarding a specific feature can be found in the corresponding source file.

unixlib's People

Contributors

chriscz avatar dbradf avatar dlion avatar makomi avatar mattiadg avatar sametsisartenep avatar varshit97 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.