pcs_snd_snml.h

来自「unix 下用pro*c tuxedo 开发的东西」· C头文件 代码 · 共 15 行

H
15
字号
#ifndef PCS_SND_SNML_H
#define PCS_SND_SNML_H

/*define the data structure of the 'SNML'*/
typedef struct stSNMLFileRec
{
  char bkdh[8];		
  char bkmc[41];
  char fbkjbh[3];
  char sjbh[3];
  int  yxnf;
};

#endif

⌨️ 快捷键说明

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