On 1 January 2016 at 16:03, Vincent Diepeveen wrote: > > If result returns integer it's ok. > If it returns a Long you are in trouble usually as then it has to compare > with > > 0L > > unsigned long or 64 bits unsigned: > > 0ULL Why is that a problem?