commit | a7913a62a9f86ba70f890b55e106293787e7d729 | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Sun Oct 10 03:39:59 2004 +0000 |
committer | Daniel Stenberg <daniel@haxx.se> | Sun Oct 10 03:39:59 2004 +0000 |
tree | 0a78ba3a7d2e2abaa31cddc70fd2ab16dfb51418 | |
parent | 6d1b37b3da7728ebf3574160dedeb04bb94eba25 [diff] |
If long is 8 bytes we can use strtol() to get 64 bit numbers and won't need our strtoll() replacement function.