strict_strtoll — convert a string to a long long strictly
The string to be converted
The number base to use
The converted result value
strict_strtoll is similiar to strict_strtoull, but it allows the first character of a string is '-'.
It returns 0 if conversion is successful and *res is set to the converted value, otherwise it returns -EINVAL and *res is set to 0.