haiku/headers/posix/locale_t.h
2023-04-25 12:38:37 -04:00

13 lines
186 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