On 02/03/2015 21:08, Martin Buchholz wrote:
slightly safer (more likely to compile everywhere) might be to convert input length into a size_t immediately and to#define MBYTE ((size_t) 1048576)
I'd go with that too. -Alan
On 02/03/2015 21:08, Martin Buchholz wrote:
slightly safer (more likely to compile everywhere) might be to convert input length into a size_t immediately and to#define MBYTE ((size_t) 1048576)
I'd go with that too. -Alan