6 lines
94 B
C
6 lines
94 B
C
#include <nl_types.h>
|
|
|
|
nl_catd catopen (const char *name, int oflag)
|
|
{
|
|
return (nl_catd)-1;
|
|
}
|