strerror - return VSTa error string
Synopsis
Description
Notes
#include <sys/syscall.h>
int strerror(char *err);
strerror() returns the VSTa error strong associated with the most recent failing system call.
strerror() undertakes some magic before invoking the kernel interface so that errors generated from C library functions will also appear to be "kernel" errors.
STRERROR (2) |