Skip to content

fotogiorgo/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibFT

A general purpose C library.

WHY?

In Hive Helsinki we are not allowed to use the majority of the C standard library functions. So in order to make future projects easier to develop, I have made a library containing highly useful functions including:

  • String manipulations
  • Linked list operations
  • Memory managment
  • IO operations
  • And more

Using only the functions:

  • malloc
  • free
  • read
  • write

About

A general purpose C library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published