/*
 *
 *  Copyright (C) 2025  Yurii Yakubin (yurii.yakubin@gmail.com)
 *
 */

#ifndef _BITS_LOCALE_STRUCT_H
#define _BITS_LOCALE_STRUCT_H

typedef struct __locale_struct* locale_t;

#endif /* _BITS_LOCALE_STRUCT_H */
