Hi,
If i have function
Is there any difference? do i need anyfunction with return true make bool:anyfunction or this is not need?
If i have function
Code:
stock anyfunction()
{
return true;
}
stock anyfunction()
{
return 1;
}