Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit6f51eb4

Browse files
committed
Forgot undef file.
1 parenta30c0a5 commit6f51eb4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎tests/cmocka/undef_printf.h‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#ifdefvsnprintf
2+
#undef vsnprintf
3+
#endif
4+
#ifdefsnprintf
5+
#undef snprintf
6+
#endif
7+
#ifdefvsprintf
8+
#undef vsprintf
9+
#endif
10+
#ifdefsprintf
11+
#undef sprintf
12+
#endif
13+
#ifdefvfprintf
14+
#undef vfprintf
15+
#endif
16+
#ifdeffprintf
17+
#undef fprintf
18+
#endif
19+
#ifdefvprintf
20+
#undef vprintf
21+
#endif
22+
#ifdefprintf
23+
#undef printf
24+
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp