혹시 signal saint(으)로 찾으셨나요?
블로그
- 류승완 읽기 (8) - 휴민트 (HUMINT, 2026) 위성 촬영이나 감청 등 첨단 장비를 이용해 얻어낸 정보를 시진트(SIGINT, Signal Intelligence)라고 부르는 것과 달리, 휴민트(HUMINT)는 human intelligence의
- i/o 입력 대기 중 signal 처리 후 원상 복귀 되도록 act.sa_handler=handler; act.sa_flags=SA_RESTART; (void)sigemptyset(&act.sa_mask); if (sigaction(SIGINT ; } write(1, "string read:", 13); write(1, line, len);} void handler(int signo){ write(1, "caught signal