Skip to content

It is a simplified version of the C library function printf.

License

Notifications You must be signed in to change notification settings

ryo-manba/ft_printf

Repository files navigation

ft_printf

Description

It is a simplified version of the C library function printf.

Features

  • The flag characters: -0.*
  • The conversion specifier: cspdiuxX%

Requirement

  • gcc or Clang
  • GNU Make

Usage

git clone ...
cd printf && make

A library called libftprintf.a will be created, compile with the file you want to use.

gcc main.c ... libftprintf.a

Author

twitter

Licence

All code is released under the MIT license

About

It is a simplified version of the C library function printf.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published