BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

ktoken_delete - delete the token'ized string from the list of tokens

LIBRARY CALL

int ktoken_delete(
   const char *string)

INPUT

OUTPUT

none

RETURN VALUE

TRUE (1) on success, FALSE (0) otherwise.

DESCRIPTION

This function deletes the token'ized representation of a string from the token list. If the string has a token representation then it is removed from the list.

If the string is NULL, or the string or the token'ized string cannot be deleted, then FALSE is returned.

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.