eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
result.h
Go to the documentation of this file.
1#ifndef EOLIB_RESULT_H
2#define EOLIB_RESULT_H
3
139
145const char *eo_result_string(EoResult result);
146
147#endif
const char * eo_result_string(EoResult result)
Definition data.c:175
EoResult
Definition result.h:12
@ EO_NULL_PTR
Definition result.h:22
@ EO_INVALID_INT
Definition result.h:137
@ EO_INVALID_SHORT
Definition result.h:121
@ EO_OVERFLOW
Definition result.h:30
@ EO_INVALID_CHAR
Definition result.h:113
@ EO_INVALID_THREE
Definition result.h:129
@ EO_BUFFER_UNDERRUN
Definition result.h:55
@ EO_INVALID_SEQUENCE_RANGE
Definition result.h:72
@ EO_SEQUENCE_OUT_OF_RANGE
Definition result.h:80
@ EO_INVALID_DATA
Definition result.h:89
@ EO_STR_TOO_SHORT
Definition result.h:105
@ EO_ALLOC_FAILED
Definition result.h:38
@ EO_NUMBER_TOO_LARGE
Definition result.h:47
@ EO_SUCCESS
Definition result.h:14
@ EO_CHUNKED_MODE_DISABLED
Definition result.h:63
@ EO_STR_OUT_OF_RANGE
Definition result.h:97