#if defined(_magickcore_inline) && !defined(inline)
# define inline _magickcore_inline
#endif
+#if defined(_magickcore_restrict) && !defined(restrict)
+# define restrict _magickcore_restrict
+#endif
# if defined(__cplusplus) || defined(c_plusplus)
# undef inline
# endif
%
*/
-MagickExport ssize_t FormatLocaleFileList(FILE *file,const char *format,
- va_list operands)
+MagickExport ssize_t FormatLocaleFileList(FILE *file,
+ const char *restrict format,va_list operands)
{
int
n;
return((ssize_t) n);
}
-MagickExport ssize_t FormatLocaleFile(FILE *file,const char *format,...)
+MagickExport ssize_t FormatLocaleFile(FILE *file,const char *restrict format,
+ ...)
{
ssize_t
n;
%
*/
-MagickExport ssize_t FormatLocaleStringList(char *string,const size_t length,
- const char *format,va_list operands)
+MagickExport ssize_t FormatLocaleStringList(char *restrict string,
+ const size_t length,const char *restrict format,va_list operands)
{
int
n;
return((ssize_t) n);
}
-MagickExport ssize_t FormatLocaleString(char *string,const size_t length,
- const char *format,...)
+MagickExport ssize_t FormatLocaleString(char *restrict string,
+ const size_t length,const char *restrict format,...)
{
ssize_t
n;
% referenced by sentinal.
%
*/
-MagickExport double InterpretLocaleValue(const char *string,char **sentinal)
+MagickExport double InterpretLocaleValue(const char *restrict string,
+ char **restrict sentinal)
{
double
value;
**GetLocaleInfoList(const char *,size_t *,ExceptionInfo *);
extern MagickExport double
- InterpretLocaleValue(const char *,char **);
+ InterpretLocaleValue(const char *restrict,char **restrict);
extern MagickExport LinkedListInfo
*DestroyLocaleOptions(LinkedListInfo *),
LocaleComponentGenesis(void);
extern MagickExport ssize_t
- FormatLocaleFile(FILE *,const char *,...)
+ FormatLocaleFile(FILE *,const char *restrict,...)
magick_attribute((format (printf,2,3))),
- FormatLocaleFileList(FILE *,const char *,va_list)
+ FormatLocaleFileList(FILE *,const char *restrict,va_list)
magick_attribute((format (printf,2,0))),
- FormatLocaleString(char *,const size_t,const char *,...)
+ FormatLocaleString(char *restrict,const size_t,const char *restrict,...)
magick_attribute((format (printf,3,4))),
- FormatLocaleStringList(char *,const size_t,const char *,va_list)
- magick_attribute((format (printf,3,0)));
+ FormatLocaleStringList(char *restrict,const size_t,const char *restrict,
+ va_list) magick_attribute((format (printf,3,0)));
extern MagickExport void
LocaleComponentTerminus(void);
#if defined(_magickcore_inline) && !defined(inline)
# define inline _magickcore_inline
#endif
-# if defined(__cplusplus) || defined(c_plusplus)
-# undef inline
-# endif
#if defined(_magickcore_restrict) && !defined(restrict)
# define restrict _magickcore_restrict
#endif
+# if defined(__cplusplus) || defined(c_plusplus)
+# undef inline
+# endif
#endif
#if defined(MAGICKCORE_NAMESPACE_PREFIX)
#if defined(_magickcore_inline) && !defined(inline)
# define inline _magickcore_inline
#endif
+#if defined(_magickcore_restrict) && !defined(restrict)
+# define restrict _magickcore_restrict
+#endif
# if defined(__cplusplus) || defined(c_plusplus)
# undef inline
# endif
#if defined(_magickcore_inline) && !defined(inline)
# define inline _magickcore_inline
#endif
-# if defined(__cplusplus) || defined(c_plusplus)
-# undef inline
-# endif
#if defined(_magickcore_restrict) && !defined(restrict)
# define restrict _magickcore_restrict
#endif
+# if defined(__cplusplus) || defined(c_plusplus)
+# undef inline
+# endif
#endif
#if !defined(const)