L4Re/departure

libext2fs/lib/libsupport/cstring.h

617:2733e5770ee9
9 months ago Paul Boddie Made the run command wait for completion, introducing the spawn command to run programs in the background. Introduced conveniences for waiting for the last job to be initiated and for piping from the last job, also subscribing to signals from pipe-supplying jobs so that they may be transparently removed from the job list upon completion. Augmented the job listing with the "+" notation familiar from Unix. Prevented new jobs from being started when no job slots are available.
     1 /*     2  * cstring.h -- header file for C string parse/print utilities     3  */     4      5 extern int parse_c_string(char *str);     6 extern void print_c_string(FILE *f, const char *cp, int len);