?? breaker.cpp
字號:
// breaker.cc// code for breaker.h// copyright SafeTP Development Group, Inc., 2000 Terms of use are as specified in license.txt// SafeTP project#include "breaker.h" // this module#ifdef __BORLANDC__# pragma warn -use#endifvoid ackackack(int*) {}void breaker(){ static int i=0; int a=1; // all this junk is just to make sure // that this function has a complete ackackack(&a); // stack frame, so the debugger can unwind i++; // the stack}#ifdef __BORLANDC__# pragma warn .use#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -