break.h
来自「this SRC packet is the headfiles that MI」· C头文件 代码 · 共 22 行
H
22 行
#ifndef _ASM_IA64_BREAK_H#define _ASM_IA64_BREAK_H/* * IA-64 Linux break numbers. * * Copyright (C) 1999 Hewlett-Packard Co * Copyright (C) 1999 David Mosberger-Tang <davidm@hpl.hp.com> *//* * OS-specific debug break numbers: */#define __IA64_BREAK_KDB 0x80100/* * OS-specific break numbers: */#define __IA64_BREAK_SYSCALL 0x100000#endif /* _ASM_IA64_BREAK_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?