mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 01:16:21 +00:00
Restore original prof_cmocka.h - the CMOCKA_DISABLE_DEPRECATION_WARNINGS workaround is not needed for this project.
6 lines
100 B
C
6 lines
100 B
C
#include <stdarg.h>
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
#include <setjmp.h>
|
|
#include <cmocka.h>
|