SkillAgentSearch skills...

Libft42

Creating a lib of simple C functions

Install / Use

/learn @lpincoli/Libft42
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1>Libft 42 Project 📚</h1> Creating a lib of simple C functions <h2>Overview</h2> <p>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.</p> <h2>How to Use</h2> <ol> <li>Clone this repository:</li> <pre><code>git clone https://github.com/lpincoli/Libft42.git</code></pre> <li>Navigate to the libft directory:</li> <pre><code>cd Libft42</code></pre> <li>Execute the Makefile to compile the library:</li> <pre><code>make</code></pre> <p>This will result in a `libft.a` library file.</p> <li>You're now ready to compile your project using this library.</li wh <pre><code>gcc main.c libft.a -o program_name</code></pre> </ol> <h2>Features</h2> <p>The Libft library includes the following categories of functions:</p> <ul> <li>Standard libc functions, replicated with a prefix of 'ft_'</li> <li>Additional functions which might prove useful in future projects</li> <li>Linked list manipulation functions, as part of the bonus section</li> </ul> <p>Please note that all functions mirror their libc counterparts in terms of functionality and interface but are prefixed with 'ft_' to distinguish them.</p> <h2>Subject</h2> <p>For more information about the project, read the subject file.</p> <hr> <p>Enjoy utilizing my Libft implementation in your coding journey! :)</p>

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated7mo ago
Forks0

Languages

C

Security Score

67/100

Audited on Aug 20, 2025

No findings