#ifndef PACKAGE__ADMIN__RUNWHEN__RUNWHEN_H #define PACKAGE__ADMIN__RUNWHEN__RUNWHEN_H #define RW_ARG_CHECK(n, args) \ do { \ if (!(argc==(n)+1 || argc>=(n)+3)) \ strerr_die3x(100, usage, PROG, args " [variable program [arg...]]"); \ } while (0) struct taia; void rw_scan(struct taia*, char const*); void rw_pass(struct taia const*, char**) gccattr_noreturn; #endif