Oxsomi Core3 is a combination of standalone C libraries useful for building applications, such as types, platform, graphics abstraction and file formats
GNU General Public License v3.0
0
stars
1
forks
source link
Create x functions for "types" functions that allocate memory #22
Passing Platform_instance.alloc to every function manually is a bit annoying. Perfectly fine for times when someone wants to do that. But we should also provide an x version. Example; bitx.h provides Bit_createBytesx and is part of the platforms dependency.
Passing Platform_instance.alloc to every function manually is a bit annoying. Perfectly fine for times when someone wants to do that. But we should also provide an x version. Example; bitx.h provides Bit_createBytesx and is part of the platforms dependency.