Skip to content

Releases: NuclearManD/libft

Added argparse, getline, wordcount, wordsplit, vec2, and vec3

24 Feb 01:08
Compare
Choose a tag to compare

Lots of fun new things to play with 👏

stdlib functions used:

read()
malloc()
free()
write()

Safe libft for 42 projects

23 Feb 22:43
Compare
Choose a tag to compare

This release does not use any functions from the standard library which could be forbidden in a given project.

Functions used:

malloc()
free()
write()