Files
haiku-beta6/headers/posix/locale_t.h
T

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