1

Is there a library/framework/article that describes ways to use contracts in C I mean code that is more then obvious asserts

for example somting like: Programming with Contracts in C++

but for C

kfsone
  • 23,617
  • 2
  • 42
  • 74
alexpov
  • 1,158
  • 2
  • 16
  • 29

1 Answers1

0

I do DbC as described here by Samek.

http://www.barrgroup.com/Embedded-Systems/How-To/Design-by-Contract-for-Embedded-Software

Dill
  • 1,943
  • 4
  • 20
  • 28