Vuo  2.3.2
Functions
VuoOsStatus.h File Reference

Description

VuoOsStatus interface.

Definition in file VuoOsStatus.h.

Go to the source code of this file.

Functions

char * VuoOsStatus_getText (int32_t error)
 Returns a string providing a (slightly) better explanation of error. More...
 

Function Documentation

◆ VuoOsStatus_getText()

char* VuoOsStatus_getText ( int32_t  error)

Returns a string providing a (slightly) better explanation of error.

The caller is responsible for freeing the returned string.

Definition at line 32 of file VuoOsStatus.c.