An open API service indexing awesome lists of open source software.

https://github.com/secondfry/school21-libft

Standart library project (libft) from Ecole 42 (done in School 21, Moscow campus)
https://github.com/secondfry/school21-libft

c coding-bootcamp coding-school ecole42 libft school21 university

Last synced: 3 months ago
JSON representation

Standart library project (libft) from Ecole 42 (done in School 21, Moscow campus)

Awesome Lists containing this project

README

          

# Libft

Ecole 42 learning project.

## Description

This first project as a 42 student is going to help you consolidate your piscine experience. You are going to re-code several functions of the standard C library, as well as other utility functions that you will use often during your training.

## Grade

122/100. `ft_lstmap` doesn't pass norminette tests, even tho it is written properly (prove me wrong and also check `test_ft_lstmap.c`).