atoll
extern long long int atoll(const char *string);
return atoll(value);
return SetValue(atoll(value));
static long long atoll( const char* str );
hc->first_byte_index = atoll( cp + 1 );
hc->last_byte_index = atoll( cp_dash + 1 );
startBlock = atoll(argv[2]);
endBlock = atoll(argv[1]);
return disk.ToBlockRun(atoll(first));
return disk.ToBlockRun(atoll(first));
startOffset = atoll(arg);
endOffset = atoll(arg);
m_TotalGenuineMessages = atoll (StringPntr);
m_TotalSpamMessages = atoll (StringPntr);
Statistics.age = atoll (StringPntr);
Statistics.genuineCount = atoll (StringPntr);
Statistics.spamCount = atoll (StringPntr);
bytesTotal = atoll(fHeaders.HeaderAt(index).Value());
off_t volCapacity = atoll(capacity);
SetSwapSize(atoll(size));
swapSize = atoll(size);
selectedVolume.capacity = atoll(capacity);
elements[index].value = atoll(dateString);
size = atoll(BString(line, endIndex).String());
off_t size = atoll(buffer);
startOffset = atoll(argv[argi++]);
endOffset = atoll(argv[argi++]);