Skip to content

TheJocker94/ft_libft_42

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft 42 Project 📚

Creating a lib of simple C functions

Overview

The primary objective of this project is to recreate a variety of standard C library functions, gaining a deeper understanding of fundamental C concepts and data types while building our own personalized library of useful functions.

How to Use

  1. Clone this repository:
  2. git clone https://github.com/TheJocker94/ft_libft_42.git
  3. Navigate to the libft directory:
  4. cd libft
  5. Execute the Makefile to compile the library:
  6. make

    This will result in a `libft.a` library file.

  7. You're now ready to compile your project using this library.
  8. gcc main.c libft.a -o program_name

Features

The Libft library includes the following categories of functions:

  • Standard libc functions, replicated with a prefix of 'ft_'
  • Additional functions which might prove useful in future projects
  • Linked list manipulation functions, as part of the bonus section

Please note that all functions mirror their libc counterparts in terms of functionality and interface but are prefixed with 'ft_' to distinguish them.

For more information about the project, read the subject file.


Enjoy utilizing my Libft implementation in your coding journey! :)

About

Creating a lib of simple C functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published