|
|
|
|
|
by MarkSweep
240 days ago
|
|
I assume this type is for compatibility with the 32-bit BOOL type on Windows. This is a common bugaboo when doing interoperability, as I think languages tend to define bool as a 8-bit value. https://learn.microsoft.com/en-us/windows/win32/winprog/wind... This must be a pretty slow news day for this to make the front page of Hacker News. |
|