1 /* setlocale( int, const char * )
3 This file is part of the Public Domain C Library (PDCLib).
4 Permission is granted to use, modify, and / or redistribute at will.
9 #include <_PDCLIB_locale.h>
11 char * setlocale( int category, const char * locale )
19 #include <_PDCLIB_test.h>
23 TESTCASE( NO_TESTDRIVER );