1 /** \file stdout.h common code for uitlities that write to stdout */
12 void stdout_pre_select(struct sched
*s
, struct task
*t
);
13 void stdout_post_select(struct sched
*s
, struct task
*t
);
14 void stdout_set_defaults(struct stdout_task
*sot
);