In new API, let's avoid types whose size/layout depends on the C compiler.
long
, bitfields, enumssize_t
, intptr_t
, which depend directly on the platformint
for small ranges (as replacement for enum) -- here practicality beats purityint32_t
etc.In the existing API, we might maybe want to e.g. replace long
by int32_t
, and declare an ABI break on the few platforms where sizeof(long) != sizeof(int32_t)
.
zooba, erlend-aasland, pitrou, GalaxySnail and vitaldmit
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4