shparam
freeparam((volatile struct shparam *)
volatile struct shparam saveparam;
freeparam(volatile struct shparam *param)
struct shparam shellparam; /* current positional parameters */
extern struct shparam shellparam; /* $@ */
void freeparam(volatile struct shparam *);