12 lines
185 B
C
12 lines
185 B
C
|
/*
|
||
|
* Copyright 2022 Haiku, Inc. All rights reserved.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _LOCALE_T_H_
|
||
|
#define _LOCALE_T_H_
|
||
|
|
||
|
|
||
|
typedef void* locale_t;
|
||
|
|
||
|
|
||
|
#endif
|