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

Error reporting implementation. More...

#include "internal.h"
#include <stdio.h>
#include <string.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 implementation.

Definition in file errors.c.