Strerror - Analog Devices VISUALDSP++ 3.5 Manual

C/c++ compiler and library for adsp-219x processors
Hide thumbs Also See for VISUALDSP++ 3.5:
Table of Contents

Advertisement

strerror

get string containing error message
Synopsis
#include <string.h>
char *strerror(int errnum);
Description
The
strerror
message by mapping the number in
Error Conditions
The
strerror
Example
#include <string.h>
char *ptr1;
ptr1 = strerror(1);
See Also
No references to this function.
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
function returns a pointer to a string containing an error
function does not return an error condition.
C/C++ Run-Time Library
to that string.
errnum
3-127

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Related Products for Analog Devices VISUALDSP++ 3.5

Table of Contents