|
|||||||||||
|
Technical Support Support Resources
Product Information |
C166: _testbit_ Function Gives a WarningInformation in this article applies to:
QUESTIONI'm trying to use some of the example programs from the Keil manuals and I receive the following warning:
*** WARNING 140 IN LINE 344 OF .\EXAMPLE.C:
'_testbit_' undefined; assuming 'extern int _testbit_()'
How can I fix this? ANSWERThis warning indicates that the _testbit_ function is undefined. This function name is a misprint and should have been _testclear_. Changing it to _testclear_ solves this warning. MORE INFORMATION
Last Reviewed: Tuesday, January 26, 2021 | ||||||||||
|
|||||||||||
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.