frametype.h

来自「linux下将各类格式图片转换工具」· C头文件 代码 · 共 18 行

H
18
字号
#ifndef FRAMETYPE_H_INCLUDED#define FRAMETYPE_H_INCLUDEDcharFType_Type(unsigned int const frameNum);unsigned intFType_FutureRef(unsigned int const currFrameNum);int	FType_PastRef _ANSI_ARGS_((int currFrameNum));void SetFramePattern(const char * const pattern);voidComputeFrameTable(unsigned int const numFrames);#endif

⌨️ 快捷键说明

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