toddler - fd

Pasted image 20241018234021.png

fd를 stdin으로 만들어야 함

./fd 4660 LETMEWIN 하면 command line argument로 받기 때문에 buf로 line break 한다음에 넣어야 합니다

argv[1] is "4660", which sets fd to 0 (standard input). argv[2] is "LETMEWIN", but the program doesn't use argv[2]. Instead, it expects input from stdin.