This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LAUNCHXL-CC1350: string concatenation

Part Number: LAUNCHXL-CC1350

Tool/software: Code Composer Studio

hello all, i want to concatenate multiple strings . which API should i use?

  • I presume you are programming in C.  In that case, consider using the standard RTS function strcat.  Note TI does not provide documentation for the standard RTS functions.  Please learn about it from your favorite book, local expert, web site, etc.

    Thanks and regards,

    -George