C, C++, Python, Lua
-
HypeHype Inc
- Helsinki, Finland
- https://aarnig.itch.io/
- @aarnig@mastodon.gamedev.place
Pinned Loading
-
offalloc
offalloc PublicForked from sebbbi/OffsetAllocator
Fast O(1) offset allocator with minimal fragmentation in C99
-
-
DOS Sound Blaster settings parsing
DOS Sound Blaster settings parsing 1static uint32_t read_uint_value(const char *iter, uint32_t base) {
2assert(base == 16 || base == 10);
3uint32_t v = 0;
45while (*iter != '\0' && *iter != ' ') {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.