Return to aitcfg.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc |
version 1.10.4.2, 2013/05/26 19:52:29 | version 1.11, 2013/05/30 09:12:27 |
---|---|
Line 70 typedef struct tagRC { | Line 70 typedef struct tagRC { |
// cfg_GetErrno() Get error code of last operation | // cfg_GetErrno() Get error code of last operation |
inline int cfg_GetErrno(); | int cfg_GetErrno(); |
// cfg_GetError() Get error text of last operation | // cfg_GetError() Get error text of last operation |
inline const char *cfg_GetError(); | const char *cfg_GetError(); |
/* | /* |