mirror of
https://review.haiku-os.org/haiku
synced 2025-01-22 14:24:48 +01:00
a3f665982e
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37725 a95241bf-73f2-0310-859d-f6bbb57e9c96
19 lines
284 B
C++
19 lines
284 B
C++
/*
|
|
* 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
|