has_prefix
Description:
public bool has_prefix (
string prefix)
Looks whether the string str
begins with prefix
.
Parameters:
prefix |
the nul-terminated prefix to look for
|
str |
a nul-terminated string
|
Returns:
true if str begins with prefix ,
false otherwise.
|