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.

RTOS/TM4C1294NCPDT: Get and Set error number

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

Hi,

I would like to about APIs for get and set error number.

I have to check status of some API call.

For example I have to implement as below:

/* Set Error number */

SetErrNo();

/* Copy string */

strcpy();

/* Get error number */

GetErrNo();

How can I do above implementation using TI-RTOS APIs ? Please suggest APIs or implementation for highlighted APIs (These are dummy APIs).

Best Regards,

Harshal