VSTa manual pages  - STRERROR (2)

NAME

strerror - return VSTa error string

CONTENTS

Synopsis
Description
Notes

SYNOPSIS

#include <sys/syscall.h>
int strerror(char *err);

DESCRIPTION

strerror() returns the VSTa error strong associated with the most recent failing system call.

NOTES

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)
Generated by manServer 1.06 from strerr.2 using man macros.