42Seoul

ft_printf 여러가지 설명들

Or71nH 2022. 6. 8. 07:55

가변인자를 알아보자

http://blog.woong.org/v/59c0bf41d2db27f70d345e77

 

printf 타입 에 대하여 설명이 잘되있다

https://m.cplusplus.com/reference/cstdio/printf/

 

거의 대부분의 설명이 써져있다

https://www.thinkage.ca/gcos/expl/c/lib/printf.html

 

 

__int128 에대한 설명이다

https://chromium.googlesource.com/external/github.com/abseil/abseil-cpp/+/HEAD/absl/numeric/int128.h

 

이제 만들어 보자!