Skip to content

Commit

Permalink
std.cfg: Added support for std::tmpfile() (#7162)
Browse files Browse the repository at this point in the history
orbitcowboy authored Jan 2, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9d34327 commit 4fffb9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cfg/std.cfg
Original file line number Diff line number Diff line change
@@ -5669,6 +5669,13 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<returnValue type="FILE *"/>
<noreturn>false</noreturn>
</function>
<!-- FILE *std::tmpfile(void); -->
<!-- https://en.cppreference.com/w/cpp/io/c/tmpfile -->
<function name="std::tmpfile">
<use-retval/>
<returnValue type="std::FILE *"/>
<noreturn>false</noreturn>
</function>
<!-- int tolower(int c); -->
<function name="tolower,std::tolower">
<pure/>

0 comments on commit 4fffb9b

Please sign in to comment.