Oxsomi / core3

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

Closed Nielsbishere closed 2 years ago

Nielsbishere commented 2 years ago

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.