On Tue Nov 15 17:20:35 2022 +0000, Bartosz Kosiorek wrote:
@piotr Do you know how the stub function for `_Cin_func` could looks like? I would like to verify if with stubs it will work.
```c void* __cdecl _Cin_func(void) { FIXME("() stub\n"); return NULL; } ```