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

https://github.com/darrenldl/simple_safedata

C macros to provide bounds and constraints to variables/arrays
https://github.com/darrenldl/simple_safedata

Last synced: about 1 month ago
JSON representation

C macros to provide bounds and constraints to variables/arrays

Awesome Lists containing this project

README

        

# simple_safedata

Please note that this is an experiment, may prove to not be useful at all.

C macros(and functions) to provide bounds and constraints to variables/arrays

Refer to demo.c for types of errors sfd will be able to catch and then terminate the program.

To compile and run the demo:

gcc -o demo demo.c simple_bitmap.c randport.c
./demo