/*       local/mlib.c

*/

int get_one()
{
  char ch = 0;
  return (ch);
};

