CruceGame  v0.4.0
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Functions
errors.c File Reference

This file contains the implementation of the error module. More...

#include "errors.h"

Functions

const char * error (const int error_code)
 Returns the error code text of the error code given. More...
 

Detailed Description

This file contains the implementation of the error module.

Function Documentation

const char* error ( const int  error_code)

Returns the error code text of the error code given.

Parameters
error_codeThe error code value as integer type.
Returns
Pointer to a const char representing the text of the error code.