在编程时,不知道C2000实时运行支持库(如rts2800_fpu32.lib)具体支持哪些C函数。
找到相关信息:
At a high level, the run-time-support library contains the following:
-
- ANSI/ISO C/C++ standard library
- C I/O library
- Low-level support functions that provide I/O to the host operating system
- System startup routine, _c_int00
请问TI公司有无提供run-time-support library中函数支持的详细说明?
"ANSI/ISO C/C++ standard library"是否意味着可以找一本C语言的书籍(如谭浩强老师的《C程序设计》),参考其附录中给出的C标准库函数目录?
