View Single Post
Old 30 January 2022, 19:32   #10
bebbo
bye
 
Join Date: Jun 2016
Location: Some / Where
Posts: 680
Quote:
Originally Posted by paraj View Post
...
(Bebbo's libnix doesn't seem to use it for example).

libnix supports the locale, which is not used per default, since that adds 2k size...



use `setlocale(LC_ALL, "");` or reference that function at least:

Code:
#include <locale.h>
void * __x = setlocale;
and the Amiga locale gets used.
bebbo is offline  
 
Page generated in 0.04113 seconds with 11 queries