?? fe_recip_table.c
字號:
#ifndef lintstatic char sccsid[] = "@(#)fe_recip_table.c 1.1 92/07/30 Copyr 1990 Sun Micro";#endif/* * Copyright (c) 1990 by Sun Microsystems, Inc. */#include <stdio.h>#include <sdrtns.h> /* sdrtns.h should always be included */#include <errmsg.h>/**********************************************************************/char *fe_recip_table()/**********************************************************************/{ func_name = "fe_recip_table"; TRACE_IN TRACE_OUT return(DLXERR_NOT_IMPLEMENTED);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -