/* * get any name between double quotes off command line * return string as chLabel, is null terminated * uses orifinal image of line before capitalized * sets OrgCard and local Cap'd version of name to spaces so later commands * do not key on it */ void GetQuote(char *chLabel, /* we will generate a label and stuff it here */ char *chCard /* local copy of card, will blank this out too*/ );