mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 19:26:20 +00:00
6 lines
102 B
C
6 lines
102 B
C
#ifndef __H_CHECKERS
|
|
#define __H_CHECKERS
|
|
|
|
int resource_equal_check(void *param, void *value);
|
|
|
|
#endif |