#include <stdio.h>#include <stdlib.h>#include <string.h>#include "KErrno.h"#include "ApiTypes.h"Functions | |
| char* | api_strerror (int api_errnum) |
| Get application error message string. | |
| void | api_perror (const char *s) |
| Print application error messages. | |
Variables | |
| int | g_api_errno = 0 |
| Error number of the last application error message. | |