/* LOCALE.ADJ */ /* ** "locale.h" adjustment file for 'dcc'. ** Created 19990128 by Yves Noyelle (Yves.Noyelle@supelec.fr) */ #ifndef __LOCALE_ADJ #define __LOCALE_ADJ #undef NULL #define NULL (void *)0 extern char *setlocale (int, const char *); #endif /* __LOCALE_ADJ */ /* End LOCALE.ADJ */