lang-bootstrap/05/musl-final/src/locale/catgets.c

7 lines
114 B
C
Raw Normal View History

2025-04-05 10:55:40 +01:00
#include <nl_types.h>
char *catgets (nl_catd catd, int set_id, int msg_id, const char *s)
{
return (char *)s;
}