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
|