Project

General

Profile

Revision 67

not working

View differences:

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

  
4 4
enum errors {
5 5
    SUCCESS = 0,    /* @brief Sucessful */
......
12 12
    TIMEOUT_ERROR,  /* @brief Timeout error */
13 13
};
14 14

  
15
#endif /* end of include guard: _ERRORS_H_ */
15
#endif // ERRORS_H_INCLUDED

Also available in: Unified diff