std.cfg: Improved configuration of fmod[lf]().

This commit is contained in:
orbitcowboy 2022-05-15 08:17:26 +02:00
parent e02182bd88
commit ac4ee8e63f
1 changed files with 3 additions and 0 deletions

View File

@ -1825,6 +1825,7 @@
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<valid>!0.0</valid>
</arg>
</function>
<!-- float fmodf(float x, float y); -->
@ -1839,6 +1840,7 @@
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<valid>!0.0</valid>
</arg>
</function>
<!-- long double fmodl(long double x, long double y); -->
@ -1853,6 +1855,7 @@
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<valid>!0.0</valid>
</arg>
</function>
<!-- FILE * fopen(const char *filename, const char* mode); -->