int has_prefix(string s, string prefix)
Returns 1 if the string s starts with prefix , returns 0 (zero) otherwise.
1
0