I want to convert char[21] (string) to long long, so I used atoll () and strtoll, but those function not convert the value it give some wrong value, pls help me to solve the issue, i give the input values and sample code.
long long l_llTimeStamp = 0
char lStrTimeStamp[21];