Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

grobermoldavan/SimpleDataStorageFormat

Repository files navigation

SimpleDataStorageFormat

Header-only library for reading and writing files of my own format called "Simple Data Storage Format" (sdsf)

This format supports:

  • bool values
  • int values
  • float values
  • strings
  • arrays
  • composite values (aka structs)
  • raw binary values

To use library user must:

  • include "simple_data_storage_format.h"
  • #define SDSF_IMPL at least once before including header file

Usage example can be found at test/main.c

About

Header-only library for reading and writing sdsf files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /