Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 780 Bytes

File metadata and controls

34 lines (22 loc) · 780 Bytes

C LIBRARY

Re-coded set of the libc functions

The project consists of 2 parts:

  1. Re-coded set of the libc functions, as defined in their man. Functions are presenting the same prototype and behaviors as the originals. Functions’ names prefixed by “ft_”. For instance strlen becomes ft_strlen.

  2. A set of functions that are either not included in the libc, or included in a different form. Some of these functions was useful to write Part 1’s functions.

Installation

OS X & Linux:

make && make clean

Usage example

cc -o yourprog yourprog.c libft.a

Meta

Adilyam Tilegenova – linkedinadilyamt@gmail.com

https://github.com/Adilyam