(6794) : error 021: symbol already defined: \"strtok\"
(6809) : error 047: array sizes do not match, or destination array is too small
(6851) : warning 203: symbol is never used: \"GetPointDistanceToPointExMorph\"
stock strtok(const string[], &index)
{
new length = strlen(string);
while ((index < length) && (string[index] <= \' \'))
{
return result;
}
Nincsis ilyen sor :|