std.cfg: Added std::streamoff and imaxdiv_t

This commit is contained in:
PKEuS 2017-04-18 10:46:27 +02:00
parent 0edb0dbf3c
commit 094b7a706f
1 changed files with 2 additions and 0 deletions

View File

@ -4660,10 +4660,12 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<podtype name="div_t"/>
<podtype name="ldiv_t"/>
<podtype name="lldiv_t"/>
<podtype name="imaxdiv_t"/>
<podtype name="mbstate_t"/>
<podtype name="wint_t"/>
<podtype name="jmp_buf"/>
<podtype name="std::streamsize,streamsize" sign="s"/>
<podtype name="std::streamoff,streamoff" sign="s"/>
<!-- Fixed width integer sizes, defined in header <stdint.h> -->
<define name="INT8_MIN" value="-128"/>
<define name="INT16_MIN" value="-32768"/>