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

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

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