haiku/headers/private/libroot/locale/PosixLanginfo.h

19 lines
284 B
C
Raw Normal View History

/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _POSIX_LANGINFO_H
#define _POSIX_LANGINFO_H
namespace BPrivate {
extern const char* gPosixLanginfo[];
} // namespace BPrivate
#endif // _POSIX_LANGINFO_H