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

file.c shouldn't have Windows or Unix specific stuff #134

Closed Nielsbishere closed 6 months ago

Nielsbishere commented 9 months ago

Instead, it should call things like impl X stat() which get implemented in wfile.c, etc.

Nielsbishere commented 6 months ago

Not really important. They share basically all functionality.