Implements ErrorContext.
ErrorContext impl | Implements ErrorContext. |
Copyright | This program is free software. |
Files | |
C-kern/ | Header file ErrorContext. |
C-kern/ | Implementation file ErrorContext impl. |
errorcontext_t | |
global variables | |
g_errorcontext_stroffset | Holds offset into array g_errorcontext_strdata. |
g_errorcontext_strdata | Holds all message strings stored in one array. |
lifetime | |
test |
This program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
© 2013 Jörg Seebohn
Header file ErrorContext.
Implementation file ErrorContext impl.
global variables | |
g_errorcontext_stroffset | Holds offset into array g_errorcontext_strdata. |
g_errorcontext_strdata | Holds all message strings stored in one array. |
lifetime | |
test |
uint16_t g_errorcontext_stroffset[]
Holds offset into array g_errorcontext_strdata.
Holds offset into array g_errorcontext_strdata.
uint16_t g_errorcontext_stroffset[]
Holds all message strings stored in one array.
uint8_t g_errorcontext_strdata[]