#include #include -- | module Bindings.Posix.Locale where #strict_import #num LC_MESSAGES -- #num LC_COLLATE_MASK -- #num LC_CTYPE_MASK -- #num LC_MESSAGES_MASK -- #num LC_MONETARY_MASK -- #num LC_NUMERIC_MASK -- #num LC_TIME_MASK -- #num LC_ALL_MASK -- #integral_t locale_t -- #ccall duplocale , -> IO -- #ccall freelocale , -> IO () -- #ccall newlocale , CInt -> CString -> -> IO -- #ccall uselocale , -> IO