Skip to content

Libft is a foundational project from the 42 programming school that involves creating a personal library of C functions. It includes custom implementations of string manipulation, memory management, and linked list functions. This library serves as a toolkit for future projects and helps strengthen your understanding of C programming.

Notifications You must be signed in to change notification settings

shehanish/42_libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42_libft

About This Project

Welcome to my libft project! This repository showcases my own implementation of the foundational libft library from the renowned 42 curriculum. In this project, I have developed a comprehensive set of C library functions, mirroring many standard C functions as well as additional helper functions commonly used in programming projects. Key Features:

  • Standard C Library Functions: My libft includes core functions such as strlen(), strcpy(), and atoi(), providing a robust foundation for C programming.

  • Custom Utility Functions: In addition to standard functions, my implementation offers a range of utility functions designed to streamline common programming tasks, such as memory management and string manipulation.

  • Quality and Consistency: My approach to libft emphasizes high-quality code and consistency across the project, ensuring code is clear, efficient, and maintainable.

By creating my own libft library, I aim to leverage the foundational concepts from 42's libft while introducing my own perspective and approach. This project serves as a valuable exercise in mastering core programming concepts and producing reusable code.

For more information on the original 42 libft library, you can visit the GitHub repository here.

Thank you for exploring my libft project. I hope you find it useful and insightful!

About

Libft is a foundational project from the 42 programming school that involves creating a personal library of C functions. It includes custom implementations of string manipulation, memory management, and linked list functions. This library serves as a toolkit for future projects and helps strengthen your understanding of C programming.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published