GithubHelp home page GithubHelp logo

libft-2.0's Introduction



Your first libary...

Libft 2.0

This is a revision of my first project in the 42 Silicon Valley curriculum. As incoming students, we were tasked with re-coding a set of standard libc functions, as defined by their man pages as well as other useful functions from a given set of descriptions.

This project allows students to focus on learning the fundamentals of the C programming language in order to better utilize these tools in future projects.

Per the project, all of our functions must begin with ft_ for, Forty-Two.

Project Documents:

Libft.pdf

All functions were written according to 42's coding standard, the Norm.

To-do's:

  • add ft_printf project as a submodule

Installation

Download the repository by copying and pasting the commands below.

git clone https://github.com/micriver/libft-2.0.git
cd libft-2.0

You can compile the library using the Makefile:

Command Action
make Compile the library.
make clean Remove object files.
make fclean Remove object files and the library.
make re Re-compile the library.

Usage

After compilation, the library can be used alongside your C programs with the following command:

gcc libft.a -I ./header <your_file.c> -o <output_name>

libft-2.0's People

Contributors

micriver avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.