- Python 54.1%
- C 27.8%
- LLVM 6.6%
- Makefile 5.9%
- Nix 2.9%
- Other 2.7%
malloc
A note towards the RNCP Committee
If you decide not to validate this project, i'd understand lol, but you gotta admit the subject wasn't very clear about that
I have other projects that could validate this RNCP category so feel free to check them out instead, but I hope I've given you a good laugh <3
How to compile
Developer Environment
This project provides its required dependencies in a development environment via Nix.
You can use it in different ways:
nix-shell command
Simply run nix-shell in the directory with a recent nixpkgs channel, and it will spawn you a shell with the proper environment.
nix develop
The modern nix-command flake-y equivalent to nix-shell, simply run nix develop and the shell will appear.
direnv
A .envrc file is provided for convenience, that will automatically update your shell environment using the nix flake.
Compiling
Simply run the provided Makefile and it'll compile and link the libft_malloc_$(HOSTTYPE).so dynamic/shared library.
License
This project is licensed under the ISC License.