VirtualBox

source: vbox/trunk/src/bldprogs/test-gccplugin.c@ 64696

最後變更 在這個檔案從64696是 56933,由 vboxsync 提交於 9 年 前

gccplugin: Getting a bit further, can identify relevant function calls and detect NULL format string pointers.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 211 位元組
 
1
2extern void MyIprtPrintf(const char *pszFormat, ...) __attribute__((__iprt_format__(1,2)));
3extern void foo(void);
4
5void foo(void)
6{
7 MyIprtPrintf(0);
8 MyIprtPrintf("%RX32 %d %s\n", 10, 42, "string");
9}
10
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette