Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronflima/fcb
A sample application that demonstrates some neat C language features
https://github.com/ronflima/fcb
Last synced: 12 days ago
JSON representation
A sample application that demonstrates some neat C language features
- Host: GitHub
- URL: https://github.com/ronflima/fcb
- Owner: ronflima
- License: mit
- Created: 2024-06-09T16:43:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T16:55:02.000Z (7 months ago)
- Last Synced: 2024-11-07T03:45:06.316Z (2 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FCB
I had this idea long ago. It is not new, and it is not innovative. It
is a binary file format to store other files, an archive. It uses a
FCB (File Control Block) to keep control of what was archived.It is as simple as it looks like. It has several interesting patterns
in C which demonstrates some interesting aspects of the language.