Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
include
langinfo.h
pretty
plain
permalink
blame
history
•
8 lines
•
126 B
1
#ifndef LANGINFO_H
2
#define LANGINFO_H
3
4
#include "../../include/langinfo.h"
5
6
char *__nl_langinfo_l(nl_item, locale_t);
7
8
#endif