Go to the documentation of this file.
18 #ifndef _MAGICKCORE_STRING_PRIVATE_H
19 #define _MAGICKCORE_STRING_PRIVATE_H
21 #if defined(__cplusplus) || defined(c_plusplus)
28 const double interval)
38 value*=interval/100.0;
43 char **restrict sentinal)
49 const double interval)
59 value*=interval/100.0;
65 return((
int) strtol(value,(
char **) NULL,10));
70 return(strtol(value,(
char **) NULL,10));
75 return(strtoul(value,(
char **) NULL,10));
78 #if defined(__cplusplus) || defined(c_plusplus)