|
%!s(int64=10) %!d(string=hai) anos | |
---|---|---|
.. | ||
README.md | %!s(int64=10) %!d(string=hai) anos | |
SConscript | %!s(int64=10) %!d(string=hai) anos | |
crt.cpp | %!s(int64=10) %!d(string=hai) anos | |
crt.h | %!s(int64=10) %!d(string=hai) anos |
This is the C++ component in RT-Thread RTOS. In order to support C++ language, this component implement a basic environment, such as new/delete operators.
Because RT-Thread RTOS is used in embedded system mostly, there are some rules for C++ applications:
NOTE: For armcc compiler, the libc must be enable.