Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 583 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 583 Bytes

42Tokyo

ft_printf

スクリーンショット 2023-06-23 23 37 47

Getting Started

Run the following commands:

Compiling

Run the following commands:

  • To compile
    • make
  • To remove objects:
    • make clean
  • To remove objects and binary file (program):
    • make fclean
  • To re-compile:
    • make re

Testing

Third-party tester

I tested the library with this third-party tester: