Click to navigate through categories and functions.
This notebook is a didactic guide to study Libft functions, with detailed explanations, practical examples, and technical concepts.
To keep consistency and organization, all functions must follow the rules below:
Section | Emoji | What it should contain |
---|---|---|
Title | π§± | Function name |
Category | π | Type of function (e.g. Memory Functions) |
Repository | π | Project/repository name |
File | π | Source file name |
Educational Warning | β οΈ | Disclaimer for educational use only |
Prototype | π₯οΈ | Function prototype code |
Note | π‘ | Quick important tips |
Description | π§± | What the function does |
Objective | π― | Goals of the function |
Real-world Uses | π | Practical examples |
Parameters | π― | Parameter details |
Return Value | β©οΈ | What the function returns |
Behavior Examples | π | Cases and outcomes |
Understanding Concept | π§ | Logic and algorithm |
Usage Example | π§ͺ | Example code |
Technical Concepts | π§ | Additional technical explanations |
Important Warnings | β οΈ | Critical points to be aware of |
Comparison with Others | π | Comparison with alternative functions |
Next Function | β‘οΈ | Link to the next function |