Project

General

Profile

Revision 145

transfering files

View differences:

errors.h
1 1
#ifndef ERRORS_H_INCLUDED
2 2
#define ERRORS_H_INCLUDED
3 3

  
4
/** @brief Error Codes */
4 5
enum errors {
5 6
    SUCCESS = 0,        /* @brief Sucessful */
6 7
    NULL_PTR,           /* @brief Null Pointer Error */

Also available in: Unified diff