Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] undefined strtoull on Win32 with latest SVN

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Greg Morris" <gmorris@xxxxxxxxxx>
Date: Fri, 03 Sep 2004 09:27:02 -0600
I just updated to latest SVN and get the following extern error when
compiling ftype-integer.c

ftype-integer.c(223) : warning C4013: 'strtoull' undefined; assuming
extern returning int

Of course libethereal won't finish the link due to an unresolved
external. Is strtoull ANSI?

Greg