adas_strerror()
Retrieve a string associated with an error code
Synopsis:
#include <adas/adas_log.h>const char* adas_strerror(adas_error_t error)Arguments:
- error
- The error code to query (see adas_error_t).
Library:
libadasReturns:
A pointer to the string associated with this error code.
Page updated:
