Giter VIP home page Giter VIP logo

cpe_my_library's Introduction

๐Ÿš C Library - Used everything (only c projects) Build Status

This C library contains all the basic C functions like printf, strcat, etc...

๐Ÿ’ป Compilation

To compile, go into your project root folder, and make:

git clone https://github.com/mrlizzard/CPE_my_library.git lib

๐Ÿ’ก If you want to clone with the ssh protocol, replace the https link by ssh.

Command with ssh link: git clone [email protected]:mrlizzard/CPE_my_library.git lib

After clone, do this commands:

mkdir -p include
make -C ./lib

And if you see Library successfully compiled., Header(s) and static library(ies) copied. and the file my.h have been in your include folder, all is compiled and you can use the library by including the following flags in your C compilation:

-L./lib -lmy -I./include

โ— This library is in continuous integration and some functions may be broken...

โ— Some functions are not adapted to EPITECH C CODING STYLE 2017, but... Soon ๐Ÿ‘…

cpe_my_library's People

Contributors

cyrilcolinet 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.