I would think there is a library function to find the number of elements in an array of pointers- such as:
char xx[] = {"abc", "aaoo", "bb", ......."x"}
but at the moment am stumped.