ft_printf

所属分类:C/C++基础
开发工具:C
文件大小:0KB
下载次数:0
上传日期:2024-03-11 22:27:25
上 传 者sh-1993
说明:  项目42波尔图学校
(Project 42 School Porto)

文件列表:
.vscode/
src/
CMakeLists.txt
LICENSE
en.subject.pdf

# ft_printf 'Because ft_putnbr() and ft_putstr() aren’t enough'. Project is part of the course of 42 school. The ft_printf was designed to have function similar to standard C printf. ## Compile To compile the library, simply use the makefile targets on the command line within the 'src' folder. ``` ./src/make libft.a ``` ## Tests My tests were conducted using GTest. The prerequisites are to have CMake installed on your machine and to have already compiled the library. ``` ./cmake -S . -B build && cmake --build build && ./build/all_tests ``` In addition to my own tests, tests were conducted using the [Francinette](https://github.com/xicodomingues/francinette) tool for the library. *So far it has not been tested by Moulinette*.

近期下载者

相关文件


收藏者