Skip to content

Commit ccd1f81

Browse files
author
4slan
authored
Update README.md
1 parent 75268bf commit ccd1f81

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# libft
22

3+
The aim of this project is to code a C library regrouping usual functions that I’ll be allowed to use in all my other projects.
34

4-
The **Piscine Reloaded** is a best-of of the exercises I did during the Piscine C to remind me all the basics of the C programming language: the syntactic and semantic bases, functions, loops, pointers, structures.
5+
The **libft** project builds on the concepts I learned during Day-06 of the bootcamp ie code a library of useful functions that I'll be allowed to reuse in most of your C projects this year. This will save me a lot of precious time. The following assignments will have me write lines of code I already wrote during the bootcamp.
6+
7+
### Objectives
8+
C programming can be very tedious when one doesn’t have access to those highly useful standard functions. This project makes me to take the time to re-write those functions, understand them, and learn to use them. This library will help me for all my future C projects. Through this project, 42 also give me the opportunity to expand the list of functions
9+
with my own. I'll expand my libft throughout the year.

0 commit comments

Comments
 (0)