<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>C99 types</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<P><FONT SIZE=2 FACE="Arial">Hi,</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">I have a problem with C99 types, such as uint8_t, int32_t. It seems that Splint knows these types even if I don't include a header file that contains definitions for these types (eg, types.h or stdint.h). However, the compiler won't accepts C99 types without a corresponding header file.</FONT></P>
<P><FONT SIZE=2 FACE="Arial">On the other hand, if I include the header file containing definitions for these types, Splint complains about improper definitions. </FONT></P>
<P><FONT SIZE=2 FACE="Arial">How do I resolve this problem?</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">Regards,</FONT>
<BR><FONT SIZE=2 FACE="Arial">Boris</FONT>
</P>
</BODY>
</HTML>