]> git.mdlowis.com Git - projs/tide.git/commit
added simple design by contract module and use it from view and buf
authorMichael D. Lowis <mike@mdlowis.com>
Tue, 24 Sep 2019 14:48:11 +0000 (10:48 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Tue, 24 Sep 2019 14:48:11 +0000 (10:48 -0400)
commita0d80ff1c7992a7f26f6e53b27a55f379289bde3
tree07432f926d9804feec83774834ac4b5df00d6886
parent4d68b198cc18b8bf45ade465b69c68b727afcf4f
added simple design by contract module and use it from view and buf
inc/dbc.h [new file with mode: 0644]
src/lib/buf.c
src/lib/dbc.c [new file with mode: 0644]
src/lib/view.c
src/tide.c