📄 notify_data.c
字号:
#ifndef lint#ifdef sccsstatic char sccsid[] = "%Z%%M% %I% %E% Copyr 1985 Sun Micro";#endif#endif/* * Copyright (c) 1987 by Sun Microsystems, Inc. *//* * notify_data.c: fix for shared libraries in SunOS4.0. Code was isolated * from ndet_itimer.c */#include <sunwindow/ntfy.h>struct itimerval NOTIFY_NO_ITIMER = {{0,0},{0,0}};struct itimerval NOTIFY_POLLING_ITIMER = {{0,1},{0,1}};/* performance: global cache of getdtablesize() */int dtablesize_cache;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -