[42-Seoul/ft_printf] 프로젝트 구조

yebeen·2022년 4월 19일
0

42-Seoul/ft_printf

목록 보기
2/3
post-thumbnail

2. 프로젝트 구조

Mandatory Part만 진행했으며 전체적인 구조는 아래와 같다.

📦ft_printf 
┣ 📂includes 
┃ ┗ 📜ft_printf.h 
┣ 📂libft 
┃ ┣ 📜ft_strlen.c 
┃ ┣ 📜libft.h 
┃ ┗ 📜Makefile 
┣ 📂srcs 
┃ ┣ 📜ft_checkbase.c 
┃ ┣ 📜ft_formats.c 
┃ ┣ 📜ft_printbase.c 
┃ ┣ 📜ft_printf.c 
┃ ┗ 📜ft_printstr.c 
┣ 📜Makefile
profile
🐣🐥

0개의 댓글