Sign in
opensecura
/
3p
/
sel4
/
musllibc
/
4a8335b2248d934e2e40386af4f1b0495b3c173d
/
.
/
src
/
locale
/
catgets.c
blob: bbee8986fc581ebce93494b2dad7539c37083628 [
file
]
#include
<nl_types.h>
char
*
catgets
(
nl_catd catd
,
int
set_id
,
int
msg_id
,
const
char
*
s
)
{
return
(
char
*)
s
;
}