02cd3e5c9c7a76a553e950c475e67b2c1e125259
[musl] / catclose.c
1 #include <nl_types.h>
2
3 int catclose (nl_catd catd)
4 {
5         return 0;
6 }