lang-bootstrap/05/musl-final/src/locale/catgets.c
2025-04-05 10:55:40 +01:00

6 lines
114 B
C

#include <nl_types.h>
char *catgets (nl_catd catd, int set_id, int msg_id, const char *s)
{
return (char *)s;
}