summaryrefslogblamecommitdiff
path: root/src/locale/catgets.c
blob: bbee8986fc581ebce93494b2dad7539c37083628 (plain) (tree)
1
2
3
4
5
6





                                                                   
#include <nl_types.h>

char *catgets (nl_catd catd, int set_id, int msg_id, const char *s)
{
	return (char *)s;
}