mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-12-27 07:35:59 -05:00
93996cf7e2
2. Add WIMBOOT for UEFI mode.
16 lines
319 B
C
16 lines
319 B
C
/*
|
|
* 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 ) {
|
|
}
|