Binary string search. Input: p . string of characters tab array of pointers to strings n = number of pointers in the array
index (0..n-1) into tab[] if we found a string match else -1
See Implementation
Binary string search. Input: p . string of characters tab array of pointers to strings n = number of pointers in the array