A webhook and a callback are often explained with the same sentence: "one system calls another system later." That sentence is not wrong, but it hides the part…
# Callback Pattern
> 이벤트 핸들러, 콜백 등록·호출 구조 설계
## 학습 목표
- 콜백 함수의 개념과 등록·호출 흐름을 이해한다
- 이벤트 핸들러 시스템을 직접 설계하고 구현한다
- `void *userdata`를 통한 컨텍스트 전달 패턴을 익힌다
## 내용
…