BOOTSTRAP (
kutils
) functions
LIBRARY ROUTINE
ktoken_check - check to see if a string has been token'ized
LIBRARY CALL
ktoken ktoken_check( const char *istr)
INPUT
istr
- The string to check for a token.
OUTPUT
none
RETURN VALUE
If the string is NULL or if the string has not been token'ized, KTOKEN_NONE is returned. Otherwise the token corresponding to the string is returned.
DESCRIPTION
This function checks to see if the input string has a token representation.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kutils/src/token.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.