Finds the index of the first occurrence of the search string in the s string.
#include <unilib.h>
unicode_t *uniindex (
const unicode_t *string,
const unicode_t *search);
(IN) Points to the string to be scanned.
(IN) Points to string to find in the scanned string.
Returns one of the following values:
The uniindex function corresponds to the strindex function.