Skip to content

NIK-TIGER-BILL/42_libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42-libft

Reimplementation of some of the Standard C Library functions.

This repository contains some of the standard library C functions. List of available functions is presented in the subject en.subject.pdf

Usage

Using Makefile you can create library file libft.a

  • make without bonus functions.
  • make bonus to compile with bonuses.
  • make clean to clean all object files.
  • make fclean to clean libft.a and all object files.
  • make re to recompile the library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published