twirls/CppRun/common.h

17 lines
511 B
C
Raw Normal View History

/*********************************************************************************************
Description:
Copyright : All right reserved by ZheYuan.BJ
Author : Zhang Zhonghai
Date : 2023/09/18 adfasdf
***********************************************************************************************/
#ifndef __COMMON_H
#define __COMMON_H
/* 处理pubmed txt文件结果保存在mat文件中 */
void ProcessPubmedTxt(int argc, const char** argv);
#endif // !__COMMON_H