📄 segv.h
字号:
/* -*- linux-c -*- *//* Taken from * http://tlug.up.ac.za/wiki/index.php/Obtaining_a_stack_trace_in_C_upon_SIGSEGV * and tailored to Aqualung. *//* $Id: segv.h,v 1.2 2006/09/16 21:37:03 pasp Exp $ */#ifndef _SEGV_H#define _SEGV_H#include <config.h>#ifdef __cplusplusextern "C" {#endifint setup_sigsegv();#ifdef __cplusplus}#endif#endif /* _SEGV_H */// vim: shiftwidth=8:tabstop=8:softtabstop=8 :
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -