source:
vbox/trunk/src/bldprogs/test-gccplugin.c@
64696
最後變更 在這個檔案從64696是 56933,由 提交於 9 年 前 | |
---|---|
|
|
檔案大小: 211 位元組 |
行 | |
---|---|
1 | |
2 | extern void MyIprtPrintf(const char *pszFormat, ...) __attribute__((__iprt_format__(1,2))); |
3 | extern void foo(void); |
4 | |
5 | void foo(void) |
6 | { |
7 | MyIprtPrintf(0); |
8 | MyIprtPrintf("%RX32 %d %s\n", 10, 42, "string"); |
9 | } |
10 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器