While using labs() function in RL78 MCU, it is not working with value greater than 32767. Project Details: CPU: RL78-S3 core Toolchain: CCRL Version: v1.08.00
While using labs() function in RL78 MCU, it is not working with value greater than 32767.
Project Details:
CPU: RL78-S3 core
Toolchain: CCRL
Version: v1.08.00
Read less
Include <stdlib.h> to get the function prototype. long int __far labs(long int j);
Include <stdlib.h> to get the function prototype.
long int __far labs(long int j);
See less