📄 test2.c
字号:
#include <stdio.h>#include "datapoolgui.h"#include "jmpool.h"int main(){ dataHeadInfo head; int i; singerDef singer; dataInit(); singer.ID=231; strcpy(singer.name,"asdf,...\0"); strcpy(singer.filePath,"/movies/dvd/kdf.avi"); strcpy(singer.desc,"hl"); singer.state=1; head.dataType=dataSinger; head.dataTypeSize=sizeof(singer); head.dataCount=1; head.dataVolume=8; head.pageCur=1; head.pageCount=1; dataSetHeadInfo(head,1); dataWriteNode(&singer,0,1); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -