Skip to content

Use POSIX file API directly instead of stdio FILE #9

@mackron

Description

@mackron

When compiling with -std=c89, builds will fail due to functions like fdopen() not being available. Uncomment the section at the top of fs.c and compile with FS_FORCE_C89 in the CMake script to replicate the errors. Compile with GCC.

Once this is done the Windows backend can be implemented with native Win32 APIs and we can discard the stdio stuff completely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions