rsta2 / circle

A C++ bare metal environment for Raspberry Pi with USB (32 and 64 bit)
https://circle-rpi.readthedocs.io
GNU General Public License v3.0
1.85k stars 245 forks source link

Cstring extension #480

Closed SteveSpencer closed 1 week ago

SteveSpencer commented 1 week ago

Added += operators to CString Added c_str () and Append (const char chChar) members to CString

rsta2 commented 1 week ago

I added your commits manually, because of the additional commits, which I don't wanted to have on the develop branch. Thank you for this contribution!