gamedata.h

来自「linux/unix环境下的建站系统」· C头文件 代码 · 共 18 行

H
18
字号
#ifndef GameDataProcHeader#define GameDataProcHeader#include"gamedefs.h"char * stoupper(char * str);char * stolower(char * str);char * trim(char * buf, char tch);int procpoint(char * buf, int * x, int * y, char sep, int basex, int basey);int procline(char * buf, int * x1, int * y1, int * x2, int * y2, int basex, int basey);/*	4cxxint procpoint(char * buf, int & x, int & y,	char sep = ',', int basex = 0, int basey = 0);int procline(char * buf, int & x1, int & y1, int & x2, int & y2,	int basex = 0, int basey = 0);*/#endif

⌨️ 快捷键说明

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