NAME

separg - return the ith command linea argument


SYNOPSIS

ierr seperr(int iarg,char *arg)


INPUT PARAMETERS

iarg - int
      Argument number
char* - arg
     Arrgument


RETURN VALUES

  1. - int
  2.       Success
  3. - int
  4.      Requested an argument # greater than separgc
    -1 - int
          Other failure


DESCRIPTION

This function returns a command line argument by number. It makes this assumption that the string has been allocated.


KEYWORDS


LIBRARY

sep