We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d34327 commit 4fffb9bCopy full SHA for 4fffb9b
cfg/std.cfg
@@ -5669,6 +5669,13 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
5669
<returnValue type="FILE *"/>
5670
<noreturn>false</noreturn>
5671
</function>
5672
+ <!-- FILE *std::tmpfile(void); -->
5673
+ <!-- https://en.cppreference.com/w/cpp/io/c/tmpfile -->
5674
+ <function name="std::tmpfile">
5675
+ <use-retval/>
5676
+ <returnValue type="std::FILE *"/>
5677
+ <noreturn>false</noreturn>
5678
+ </function>
5679
<!-- int tolower(int c); -->
5680
<function name="tolower,std::tolower">
5681
<pure/>
0 commit comments