CRONOGRAMA

Untitled

πŸ“– Table of Contents

Click to navigate through categories and functions.

β”œβ”€β”€Make and Makefile

β”œβ”€β”€Char_functions

β”œβ”€β”€Memory_functions

β”œβ”€β”€String_functions


✨ General Description

This notebook is a didactic guide to study Libft functions, with detailed explanations, practical examples, and technical concepts.


πŸ“ Writing Style and Rules

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

πŸ“Œ How to Navigate