Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
struct sigaction act; memset(&act,0,sizeof act); sigaction(SIGALRM, &act, NULL); alarm(any_seconds);
Linuxでの私のアラームコード。
「目覚まし時計」メッセージに出会いました。しかし、私はこのメッセージに会いたくありません。
どのようにできるのか?助けてください。