Skip to content

fscanf equivalent? #100

Description

@StrikerTheHedgefox

It appears to me that physfs lacks an analogue to fscanf, which I need for reading the level data files in Terminal Velocity. (It has heavy use of fscanf).

Looks like someone made an ancient attempt, but it was in C++... https://icculus.org/pipermail/physfs/2003-February/000148.html

This seems to me a reasonable thing to have, as we have tell and analogues to other standard file io functions like seek.

Also, fgetc/ungetc would also be nice to have, but the biggest thing, is I need a compliant fscanf that works with physfs.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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