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