An open API service indexing awesome lists of open source software.

https://github.com/simpsonresearch/binary_simple_c_db


https://github.com/simpsonresearch/binary_simple_c_db

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Database in C
Uses a Binary File to store/delete structs

```
[DATA]
ID: 2
Value: 20

[DATA]
ID: 3
Value: 30
```