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
- Host: GitHub
- URL: https://github.com/darrenldl/simple_safedata
- Owner: darrenldl
- License: unlicense
- Created: 2015-10-02T12:52:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T02:35:55.000Z (over 9 years ago)
- Last Synced: 2024-05-01T15:11:01.955Z (about 1 year ago)
- Language: C
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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