Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft

One of the introductory projects at Codam, libft is a static function library, written in C. Functions included are either implementations of existing functions from the standard C library or unique functions that standardize common code segments used when coding in C.

This library includes basic functions related to the following sub-domains of C programming:

  • String manipulation.
  • Linked list structures.
  • Memory management.
  • Data transformation.
  • Reading and writing to external files.

For the complete list of included functions, refer to the libft.h file in the "includes" folder. The library can be compiled into a libft.a file using the Makefile, located in the root folder.

Last updated: 21-05-2019 / Jesse Dunnink

About

Jesse Dunnink / Codam / libft / static function library in C

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages