Skip to content

The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.

Notifications You must be signed in to change notification settings

IsadoraRebelo/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary:

The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.

Introduction:

The libft project builds on the concepts you learned during Day-06 of the bootcamp ie code a library of useful functions that you will be allowed to reuse in most of your C projects this year. This will save you a lot of precious time. The following assignments will have you write lines of code you already wrote during the bootcamp. See the libft project as a Bootcamp reminder and use it wisely to assess your level and progress.

General Considerations:

  • The first project of Codam (42 Network School), the full PDF can be found in this repository.
  • This library will be in constant change as I will be adding new functions that I find useful.
  • Simples use make to transform everything in a object.
  • Makefile commands:
make
make re
make clean
make fclean

Functions you will find in this project:

Memory related:
String related:
Boolean related:
Insert related:
List related:
Others:

About

The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published