<div dir="ltr"><div><div>Hello, <br>I am working on replacing atoi () and atol() functions with strtol() and strtoul() . I came across many files which uses statement  like these time_t secs= atoi(data_span.c_str()), here time_t Datatype is not known but wikipedia says that it is integer so is it necessary to replace  atoi with strtol over here ??<br><br></div>And is their any document which helps me what each file function does like date.cc,cgiparams.cc,omega.cc,query.cc.<br><br></div>Thank You<br></div>