Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6f51eb4

Browse filesBrowse files
committed
Forgot undef file.
1 parent a30c0a5 commit 6f51eb4
Copy full SHA for 6f51eb4

File tree

1 file changed

+24
-0
lines changed
Filter options

1 file changed

+24
-0
lines changed

‎tests/cmocka/undef_printf.h

Copy file name to clipboard
+24Lines changed: 24 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.