catclose - close message catalog
Standard C Library (libc, -lc)
#include <nl_types.h>
int
catclose(nl_catd catd);
The catclose() function closes the message catalog specified by the argument
catd.
catgets(3), catopen(3)
The catclose() function conforms to X/Open Portability Guide Issue 3
(``XPG3'').
BSD May 29, 1994 BSD
[ Back ] |