NAME
strtok_unit -- token from string
PROTOTYPE
unitptr strtok_unit( unitptr uHost)
ARGUMENTS
- unitptr uHost
- host unit
RETURN VALUE:
A pointer to the created unit or NULL in the case of an error.
INTERFACE OF CREATED UNIT:
- X_in[*]:
- (string input field 0) input string
- Y_in[1]:
- (input field 1) token delimiter
- Z_in[1]:
- (input field 2) position of requested token
- X_out[*]:
- (string output field 0) the token
EXECUTION OF CREATED UNIT:
Returns token from input string.
DESCRIPTION:
EXAMPLES:
STATUS:
Preliminary.
SEE ALSO:
FILE
/amnt/loge/users/nistaff02/nistaff/rhaschke/nst7/man/../o.linux//../foldersrc/nst_string.c