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