[splint-discuss] PRIu64 parse error
Gerald Combs
gerald at ethereal.com
Tue Dec 28 18:05:06 EST 2004
When trying to run the following through splint:
#include <inttypes.h>
[ ... ]
if (cap_file_size) printf("File Size: %" PRIu64 " bytes\n",
cf_info->filesize);
the following error pops up:
Splint 3.1.1 --- 19 Jul 2004
capinfos.c:109:50: Parse Error. (For help on parse errors, see splint -help
parseerrors.)
Is there any way to get this to work? A quick search of the archives
turns up a couple of matches for this problem, but no solutions.
More information about the splint-discuss
mailing list