comparison util.c @ 16:cb5813c117e2

merge heads
author paulo
date Mon, 09 Apr 2018 20:13:53 -0600
parents 7024076fa948
children
comparison
equal deleted inserted replaced
0:e729f2a89395 1:dca975c27c9e
50 } 50 }
51 exit(0); 51 exit(0);
52 } 52 }
53 wait(0); 53 wait(0);
54 } 54 }
55
56 void
57 spawn_insert(Arg *arg) {
58 func_insert(spawn, arg);
59 }