📄 jsignal.h
字号:
/* * jsignal.h * Interface for handling signals. * * Copyright (c) 2004, 2005 * TU Dresden, Operating System Group. All rights reserved. * * See the file "license.terms" for information on usage and redistribution * of this file. * * written by Alexander Boettcher <ab764283@os.inf.tu-dresden.de> */#ifndef __l4_jsignal_h#define __l4_jsignal_hinline static void unblockAsyncSignals(void){}inline static void blockAsyncSignals(void){}#endif /* __l4_jsignal_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -