BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

ktoken_to_string - return the string associated with the specified token

LIBRARY CALL

char *ktoken_to_string(
   ktoken token)

INPUT

OUTPUT

none

RETURN VALUE

The token's corresponding string or NULL, if the token is not valid.

DESCRIPTION

This function returns the string that is associated with the supplied token. The idea is that a unique token is given for each string sent to the function kstring_to_token(). This routine is used to retrieve a pointer to the token's associated string.

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.