Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 680 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 680 Bytes

my_libC

My own re-wrote libC.

Headers Rewritten

  • string.h - Manipulating arrays of characters
  • ctype.h - Testing and mapping characters

Getting Started

Prerequisites

This library is compiled as a shared libray. CMake must be installed on your system.

Installation

If not already install, you can follow this instruction to get CMake: (https://cmake.org/install/)

Usage

Include header from the includes directory.

Authors

  • Tiphaine LAURENT - All my work at GitHub

See also the list of contributors who participated in this project.