]> git.sur5r.net Git - cc65/blobdiff - include/locale.h
Optimize low color packed sprites
[cc65] / include / locale.h
index 8776abf666a2290ea95f4b42c1801217d497d082..f099ad1d294bc6e59ea6155755228fe1ec17b253 100644 (file)
@@ -1,15 +1,15 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                locale.h                                  */
+/*                                locale.h                                  */
 /*                                                                           */
-/*                         Localization <locale.h>                          */
+/*                         Localization <locale.h>                          */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2000 Ullrich von Bassewitz                                       */
-/*               Wacholderweg 14                                             */
-/*               D-70597 Stuttgart                                           */
-/* EMail:        uz@musoftware.de                                            */
+/* (C) 1998-2005 Ullrich von Bassewitz                                       */
+/*               Römerstrasse 52                                             */
+/*               D-70794 Filderstadt                                         */
+/* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
 
 
 /* NULL pointer */
-#ifdef NULL
-#  undef NULL
-#endif
+#ifndef _HAVE_NULL
 #define NULL   0
+#define _HAVE_NULL
+#endif
 
 /* Locale information constants */
 #define LC_ALL         0
@@ -76,7 +76,7 @@ struct lconv {
 
 /* Function prototypes */
 struct lconv* localeconv (void);
-char* setlocale (int category, const char* locale);
+char* __fastcall__ setlocale (int category, const char* locale);