tor-coccinelle.h: add CHECK_SCANF

This commit is contained in:
Nick Mathewson 2019-10-09 10:38:22 -04:00
parent b867e97ce6
commit 2e64dfea95

View File

@ -20,6 +20,7 @@
#define MOCK_DECL(a, b, c) a b c
#define MOCK_IMPL(a, b, c) a b c
#define CHECK_PRINTF(a, b)
#define CHECK_SCANF(a, b)
#define STATIC static
#define STMT_BEGIN do {