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: }