/* $begin forkprob6 */ #include "csapp.h" void doit() { if (Fork() == 0) { Fork(); printf("hello\n"); return; } return; } int main() { doit(); printf("hello\n"); exit(0); } /* $end forkprob6 */
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル