callib.h

来自「gsac程序包」· C头文件 代码 · 共 22 行

H
22
字号
#ifndef _CALLIB_#define _CALLIB_struct Gcplot {	float owidth;	float xstp;	float ystp;	float xold;	float yold;	float xcur;	float ycur;	int iunit;	int ifont;	float xs;	float ys;	float x0;	float y0;	int is;		/* index to bit is pattern ipat - plotd */	int ipatld;	/*  previous pattern used to init - plotd */	float xsv;	/* offset within current bin in xlen unit - plotd */	} ;#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?