Noise-C
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Functions
errors.h File Reference

Error reporting interface. More...

#include <stddef.h>

Go to the source code of this file.

Functions

void noise_perror (const char *s, int err)
 Prints a descriptive string for an error to stderr. More...
 
int noise_strerror (int err, char *buf, size_t size)
 Gets the descriptive string for an error code. More...
 

Detailed Description

Error reporting interface.

Definition in file errors.h.