std.cfg: Added support for wcsftime() from <cwchar> (wchar.h).

This commit is contained in:
orbitcowboy 2015-01-15 21:09:55 +01:00
parent 08985bf68a
commit fb984ab5e9
1 changed files with 20 additions and 0 deletions

View File

@ -228,6 +228,26 @@
<not-uninit/>
</arg>
</function>
<!-- size_t wcsftime (wchar_t* ptr, size_t maxsize, const wchar_t* format, const struct tm* timeptr); -->
<function name="asinhl">
<pure/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-null/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
<arg nr="3">
<not-null/>
<not-uninit/>
</arg>
<arg nr="4">
<not-null/>
<not-uninit/>
</arg>
</function>
<function name="tan">
<use-retval/>
<pure/>