📄 underflow.c
字号:
#ifndef lintstatic char sccsid[] = "@(#)underflow.c 1.1 92/07/30 SMI";#endif/* * Copyright (c) 1988 by Sun Microsystems, Inc. *//* * Routines to control underflow handling. These are no-ops except on * machines for which abrupt underflow is significantly faster. */gradual_underflow_(){ /* Default. */ standard_arithmetic();}abrupt_underflow_(){ /* For Weitek-style implementations. */ nonstandard_arithmetic();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -