Skip to content

C library consisting of personally re-written versions of C's most used standard functions.

License

Notifications You must be signed in to change notification settings

lightiverson/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

A C library consisting of personally re-written versions of C's most used standard functions. As well as several custom functions.

This library may be expanded on at any time.

FAQ

Result

100%

Status

Completed

Installation

  git clone https://github.com/lightiverson/libft.git
  cd libft

Usage/Examples

Link libft.a to source/object files during compilation. And execute resulting executable. For example:

gcc libft.a your_source_file.c -o execute_me && execute_me

Appendix

A more detailed explanation on the library's functions can be found in the assignment sheet.

Authors

About

C library consisting of personally re-written versions of C's most used standard functions.

Topics

Resources

License

Stars

Watchers

Forks