implement fmtmsg function
authorRich Felker <dalias@aerifal.cx>
Sat, 21 Jun 2014 23:24:15 +0000 (19:24 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 21 Jun 2014 23:24:15 +0000 (19:24 -0400)
commit5474a346691c2c7483b40bc4595017c3df5a7aa1
tree0fcfc93ace333a1469079706775dc7a5ded61bc5
parent3c42605a603485df60ed42792c3d3113a4c47a90
implement fmtmsg function

contributed by Isaac Dunham. this seems to be the last interface that
was missing for complete POSIX 2008 base + XSI coverage.
include/fmtmsg.h [new file with mode: 0644]
src/misc/fmtmsg.c [new file with mode: 0644]