repeat_obj.c
来自「操作系统SunOS 4.1.3版本的源码」· C语言 代码 · 共 22 行
C
22 行
#ifndef lintstatic char sccsid[] = "@(#)repeat_obj.c 1.1 92/07/30";#endif/* * Name: repeat_obj.c * * Description: Return a value that causes the object to be repeated. * * Call syntax: return(menu_repeat_obj()); */#include "menu.h"#include "menu_impl.h"intmenu_repeat_obj(){ return(MENU_REPEAT_OBJ);} /* end menu_repeat_obj() */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?