Back to Know-How on Development for F2MC-16LX Family
1. How to make the efficient and high reliable C source (Let's use C Checker)
The Softune C Checker is a tool that accepts source programs written in C as input to point out the lines where quality and performance can be improved and to display and to print diagnostic messages useful in software development.
The C Checker assists in meeting the following needs:
- Removes coding mistakes in early stages.
- Gives new programs a thorough review in a short time.
- Writes high-quality code (even for novices in C)
- Writes high-performance code.
- Allows non-FUJITSU CPU software resources to be used with FUJITSU CPUs.
- Understands the features of FUJITSU C compilers.
