struct char_lock { int alive; char * str; } char_lock; char uncons( struct char_lock * ); struct char_lock * get_input( int argc , char ** argv );