comparison util.c @ 7:162accc5d36d

remove cascade layout
author paulo@thepaulopc
date Tue, 14 Jun 2011 00:03:39 -0700
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 }