/***************************** PDI STD File ***********************************
This file is taken from external sources. this is taken from open source uClibc++ 
library available on github. below is reference link. Thanking to author for
providing this .

This is free software. you can redistribute it and/or modify it but without any
warranty.

referred from   : https://github.com/mike-matera/ArduinoSTL
added Date      : 1st Dec 2024
added by        : Suraj I.
******************************************************************************/

#ifndef __PDISTD_HEADER_CLOCALE
#define __PDISTD_HEADER_CLOCALE 1

#include <locale.h>

namespace pdistd{
	using ::lconv;
	using ::setlocale;
	using ::localeconv;
}

#endif // __PDISTD_HEADER_CLOCALE
