Background Check
ÀÚ½ÅÀÌ ¹é±×¶ó¿îµå ÇÁ·Î¼¼½ºÀÎÁö °Ë»ç ¶
int MZ_BackGroundCheck(void)
{ if(tcgetpgrp(STDIN_FILENO) != getpid()) { fprintf(stdout, "Background process check : stdin is not my fd.\n"); return(0); } fprintf(stdout, "Background process check : stdin is my fd.\n"); return(1); |
You will soon meet a person who will play an important role in your life. |










