📄 gpsi.c
字号:
#ifndef lintstatic char sccsid[] = "@(#)gpsi.c 1.1 92/07/30 Copyr 1990 Sun Micro";#endif/* * Copyright (c) 1990 by Sun Microsystems, Inc. */#include <pixrect/pixrect_hs.h>/**********************************************************************/voidgpsi()/**********************************************************************//* executes the GPSI-based test modules. There are two of them: the one with the built-in C30 code and the one with the standard interface.*/{ void gpsi_diag(); void gpsi_std(); if (!open_gp()) return; /* gpsi_diag(); */ gpsi_std();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -