strtoll

Module: ecereCOM

int64 strtoll(const char * nptr, char * * endptr, int base)

Description

Convert string to long long

Parameters

nptr  const char *  (null) 
endptr  char * *  (null) 
base  int  (null) 
 
Return Value int64