mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 05:21:28 +01:00
8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
|
// The -*- C++ -*- locale support header.
|
||
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
||
|
#ifndef __CLOCALE__
|
||
|
#define __CLOCALE__
|
||
|
#include <locale.h>
|
||
|
#endif
|