System call in linux by C

#include <stdlib.h>

char *command);
   3:  
while (something) {
);
if (WIFSIGNALED(ret) &&
   7:         (WTERMSIG(ret) == SIGINT || WTERMSIG(ret) == SIGQUIT))
break;
   9: }

Related Posts

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注