📄 xf.c
字号:
#ifndef lintstatic char sccsid[] = "@(#)xf.c 1.1 92/07/30 Copyr 1990 Sun Micro";#endif/* * Copyright (c) 1990 by Sun Microsystems, Inc. *//* * Copyright (c) 1990 by Sun Microsystems, Inc. */#include <stdio.h>#include <sdrtns.h> /* sdrtns.h should always be included */#include <esd.h>extern char *gpsi_xf();static char *errmsg;/**********************************************************************/char *xf()/**********************************************************************//* tests transformation capability */{ func_name = "xf"; TRACE_IN if(!open_gp()) { TRACE_OUT return(errmsg_list[1]); } errmsg = gpsi_xf(); if (errmsg) { TRACE_OUT return(errmsg); } TRACE_OUT return(char *)0;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -