/*LINTLIBRARY*/
/*
* Return ptr to first occurance of any character from `brkset'
* in the character string `string'; NULL if none exists.
*/
/* static char *sccs_id = "@(#)strpbrk.c 1.2 12/8/89 E
/*LINTLIBRARY*/
/*
* Return the ptr in sp at which the character c appears;
* NULL if not found
*/
/* static char *sccs_id = "@(#)strchr.c 1.2 12/8/89 ESI, ATT"; */
#define NULL 0
char *
strchr(
/*
* Get next token from string s (NULL on 2nd, 3rd, etc. calls),
* where tokens are nonempty strings separated by runs of
* chars from delim. Writes NULs into s to end tokens. delim need not
*
#! /bin/csh -f
# @(#)echeckout.sh 1.1 12/14/95 ERL
# script to run both old and new echeckouts
$ESPS_BASE/bin/echeckout50 >& /dev/null
$ESPS_BASE/bin/echeckout51