Closed Gabriel-CSS closed 3 years ago
strlib.inc(173) : error 025: function heading differs from prototype
line 173: forward strreplace(string[], const search[], const replacement[], bool:ignorecase = false, pos = 0, limit = -1, maxlength = sizeof(string));
forward strreplace(string[], const search[], const replacement[], bool:ignorecase = false, pos = 0, limit = -1, maxlength = sizeof(string));
Why could this be happening?
You probably have another include that defines strreplace.
Try adding this before you include strlib: #define strreplace strlib_strreplace
#define strreplace strlib_strreplace
SOLVED. Thank you so much!
strlib.inc(173) : error 025: function heading differs from prototype
line 173:
forward strreplace(string[], const search[], const replacement[], bool:ignorecase = false, pos = 0, limit = -1, maxlength = sizeof(string));
Why could this be happening?