Skip to content
/ LIBFT Public

My own library (LIBFT) of 42 Cursus containing basic and personal functions as well as Doxygen documentation and unit tests.

License

Notifications You must be signed in to change notification settings

GogoVega/LIBFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIBFT

Libft is the Library of 42 School which contains a number of standard C library functions that need to be recoded, including adding additional functions that can be used later in our projects. This library aims to understand how basic functions work, implement them, and learn how to use them.

Purpose

Coming Soon...

How to Use?

To use this library, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/GogoVega/LIBFT.git LIBFT
  2. Navigate to the library directory:

    cd LIBFT
  3. Compile the library:

    make
  4. Include the library header file in your code:

    #include "libft.h"
  5. Compile the library with your project:

    gcc -Wall -Wextra -Werror libft.a your_file.c

How to Test?

To test this library, you can run the following command:

make test

Coming Soon

Feature

Getting Started Link

Contributing

All contributions are Welcome. Don't forget to include your test files if possible.

This repository adheres to the Contributor Covenant 2.0. By participating, you are expected to uphold this code.

Acknowledgment

License

MIT License

Copyright (c) 2024 Gauthier Dandele

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

My own library (LIBFT) of 42 Cursus containing basic and personal functions as well as Doxygen documentation and unit tests.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages