libcss
Loading...
Searching...
No Matches
Functions
errors.c File Reference
#include <string.h>
#include <libcss/errors.h>

Functions

const char * css_error_to_string (css_error error)
 

Function Documentation

◆ css_error_to_string()

const char * css_error_to_string ( css_error  error)

Convert a LibCSS error code to a string

Parameters
errorThe error code to convert
Returns
Pointer to string representation of error, or NULL if unknown.