Skip to content

Commit 6f51eb4

Browse files
committed
Forgot undef file.
1 parent a30c0a5 commit 6f51eb4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Diff for: tests/cmocka/undef_printf.h

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#ifdef vsnprintf
2+
#undef vsnprintf
3+
#endif
4+
#ifdef snprintf
5+
#undef snprintf
6+
#endif
7+
#ifdef vsprintf
8+
#undef vsprintf
9+
#endif
10+
#ifdef sprintf
11+
#undef sprintf
12+
#endif
13+
#ifdef vfprintf
14+
#undef vfprintf
15+
#endif
16+
#ifdef fprintf
17+
#undef fprintf
18+
#endif
19+
#ifdef vprintf
20+
#undef vprintf
21+
#endif
22+
#ifdef printf
23+
#undef printf
24+
#endif

0 commit comments

Comments
 (0)