Files
semi-libc/src
sinandRich Felker fe1ba7dbf1 implement hcreate_r, hdestroy_r and hsearch_r
the size and alignment of struct hsearch_data are matched to the glibc
definition for binary compatibility. the members of the structure do
not match, which should not be a problem as long as applications
correctly treat the structure as opaque.

unlike the glibc implementation, this version of hcreate_r does not
require the caller to zero-fill the structure before use.
2014-04-02 18:37:45 -04:00
..
2014-03-24 17:33:54 -04:00
2014-03-25 19:12:45 -04:00
2014-03-25 19:12:45 -04:00
2014-03-06 05:35:13 +01:00