We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
at line 372 of ta_SAREXT.c:
/* This function is the same as TA_SAR, except that the caller has
So, the first part implies that I can use SAREXT and with some parameters I would get the same results as TA_SAR
But, in the second part it say that no, it will not be the case
Shouldn't the function be fixed?
The text was updated successfully, but these errors were encountered:
TA_SAREXT is not intended to be a compatible replacement to TA_SAR.
TA_SAREXT is same as TA_SAR except for the major differences enumerated.
except and in addition are the keywords.
If anything need to be fix, it would be the wording of the comment 😉
Sorry, something went wrong.
No branches or pull requests
at line 372 of ta_SAREXT.c:
/* This function is the same as TA_SAR, except that the caller has
*/
So, the first part implies that I can use SAREXT and with some parameters I would get the same results as TA_SAR
But, in the second part it say that no, it will not be the case
Shouldn't the function be fixed?
The text was updated successfully, but these errors were encountered: