comparison util.c @ 14:09e9101ee51e

adjust inverse border color
author paulo
date Thu, 05 May 2016 22:17:52 -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 }