https://github.com/tpltnt/experiments_in_c
just some scribbles in C, nothing special
https://github.com/tpltnt/experiments_in_c
Last synced: 2 months ago
JSON representation
just some scribbles in C, nothing special
- Host: GitHub
- URL: https://github.com/tpltnt/experiments_in_c
- Owner: tpltnt
- License: agpl-3.0
- Created: 2013-07-29T18:48:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-29T19:49:15.000Z (almost 12 years ago)
- Last Synced: 2025-01-23T00:41:14.148Z (4 months ago)
- Language: C
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
experiments in C
================Just some scribbles in C. Nothing special, more a distributed notebook.
7bit_int.c
----------
* structs seem to introduce overhead (7bit vs. 4 bytes)
* dependend on datatype?struct_overhead.c
-----------------
* structs *do not* (seem to) introduce overhead
* bit fields limited in size by (declaring) type