spew11 / spewc_library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spewc_library

This repository is my C library.
It has not only functions implemented myself about that provided by C standard library but also functions I developed independently.
A Makefile in this repository creates a static library named libspewc

Index

  • ft_printf() is implemented as a main feature of printf(3)

  • get_next_line() that returns a string line from a textfile

  • libspewc includes the other functions

Make static library

git clone https://github.com/spew11/spewc_library.git && \
  cd spewc_library && \
  make

About


Languages

Language:C 88.8%Language:Makefile 11.2%