coverity-model.c 319 Bytes
Newer Older
longpanda's avatar
longpanda committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Coverity modelling file
 *
 */

typedef unsigned short wchar_t;
typedef void mbstate_t;

/* Inhibit use of built-in models for functions where Coverity's
 * assumptions about the modelled function are incorrect for wimboot.
 */
int getchar ( void ) {
}
size_t wcrtomb ( char *buf, wchar_t wc, mbstate_t *ps ) {
}