source:
vbox/trunk/src/libs/xpcom18a4/xpcom/tests/TestStackCrawl.cpp@
6542
Last change on this file since 6542 was 1, checked in by , 55 years ago | |
---|---|
|
|
File size: 179 bytes |
Line | |
---|---|
1 | #include <stdio.h> |
2 | |
3 | #include "nsISupportsUtils.h" |
4 | #include "nsTraceRefCntImpl.h" |
5 | |
6 | int main(int argc, char* argv[]) |
7 | { |
8 | nsTraceRefcntImpl::WalkTheStack(stdout); |
9 | return 0; |
10 | } |
11 |
Note:
See TracBrowser
for help on using the repository browser.