error 025: function heading differs from prototype
#1

Код:
#define MAX_STRING 255
Код:
stock right(source[], len)
{
	new retval[MAX_STRING], srclen;
	srclen = strlen(source);
	strmid(retval, source, srclen - len, srclen, MAX_STRING);
	return retval;
}
Anyone??
Reply


Messages In This Thread
error 025: function heading differs from prototype - by Cutt3r - 02.04.2013, 22:20
Re: error 025: function heading differs from prototype - by Cutt3r - 02.04.2013, 22:25

Forum Jump:


Users browsing this thread: 2 Guest(s)