sandeepbhat / Red-Pill

C API for managing memory, providing further abstraction and more.

Home Page:http://guipn.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Project

This is a personal project that I'm writing for fun. It involves automatic memory management and a set of utility routines and data structures to aid and accelerate development of C projects.

Overall Goals

  • Provide rudimentary, automatic memory management to ensure no leaks occur.
  • Encourage modularization and care for errors.
  • Provide simple and useful abstractions for, but not limited to, simple I/O operations.
  • Keep the system as simple as possible.
  • Have fun.

Legal Information

Please refer to [LICENSE] licence for legal information.

[Guilherme P. N.] [my_site] [my_site]: http://guipn.com/

About

C API for managing memory, providing further abstraction and more.

http://guipn.com/

License:Other


Languages

Language:C 100.0%